summaryrefslogtreecommitdiffstats
path: root/share/extensions/image_attributes.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-261-6/+0
| | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* Add extension to set attributes for bitmap images (bug #1357808)su_v2015-05-201-0/+169
Inkscape >= 0.91 adds the attribute 'preserveAspectRatio' to imported bitmap images, and sets it to 'none' (to support non-uniform scaling). Unlike older versions it also respects the attribute for rendering. This change may break Inkscape documents with embedded or linked bitmap images which had been created with older versions of Inkscape (the images do not have the attribute set, and thus default to 'xMidYMid' with enforced uniform scaling). The extension allows to add the attribute to selected or all bitmap images in the current document (including bitmap images used as masks, which are stored in the <defs> section). Fixed bugs: - https://launchpad.net/bugs/1357808 (bzr r14164)