2014-08-16 22:14:07 |
su_v |
bug |
|
|
added bug |
2014-08-16 22:14:33 |
su_v |
attachment added |
|
img_preserveAspectRatio.inx https://bugs.launchpad.net/inkscape/+bug/1357808/+attachment/4179436/+files/img_preserveAspectRatio.inx |
|
2014-08-16 22:14:45 |
su_v |
attachment added |
|
img_preserveAspectRatio.py https://bugs.launchpad.net/inkscape/+bug/1357808/+attachment/4179437/+files/img_preserveAspectRatio.py |
|
2014-10-21 14:49:25 |
su_v |
inkscape: milestone |
0.91 |
|
|
2015-02-02 21:43:20 |
su_v |
summary |
trunk: add extension to fix rendering of non-uniformly scaled bitmap images |
trunk, 0.91.x: add extension/feature to fix rendering of non-uniformly scaled bitmap images |
|
2015-02-02 21:44:06 |
su_v |
tags |
bitmap extensions-plugins |
bitmap extensions-plugins svg |
|
2015-02-04 22:27:14 |
su_v |
attachment added |
|
image_aspectRatio_property.inx https://bugs.launchpad.net/bugs/1357808/+attachment/4312543/+files/image_aspectRatio_property.inx |
|
2015-02-04 22:27:14 |
su_v |
attachment added |
|
image_aspectRatio_property.py https://bugs.launchpad.net/bugs/1357808/+attachment/4312544/+files/image_aspectRatio_property.py |
|
2015-02-12 15:40:08 |
su_v |
inkscape: status |
New |
Confirmed |
|
2015-02-24 10:54:16 |
su_v |
attachment added |
|
image_attributes.inx https://bugs.launchpad.net/bugs/1357808/+attachment/4326184/+files/image_attributes.inx |
|
2015-02-24 10:54:16 |
su_v |
attachment added |
|
image_attributes.py https://bugs.launchpad.net/bugs/1357808/+attachment/4326185/+files/image_attributes.py |
|
2015-05-20 05:24:27 |
su_v |
attachment added |
|
image_attributes.inx https://bugs.launchpad.net/bugs/1357808/+attachment/4400726/+files/image_attributes.inx |
|
2015-05-20 05:24:27 |
su_v |
attachment added |
|
image_attributes.py https://bugs.launchpad.net/bugs/1357808/+attachment/4400727/+files/image_attributes.py |
|
2015-05-20 05:26:05 |
su_v |
inkscape: status |
Confirmed |
In Progress |
|
2015-05-20 05:26:05 |
su_v |
inkscape: milestone |
|
0.92 |
|
2015-05-20 05:26:05 |
su_v |
inkscape: assignee |
|
~suv (suv-lp) |
|
2015-05-20 16:34:05 |
Launchpad Janitor |
branch linked |
|
lp:inkscape |
|
2015-05-20 16:36:19 |
su_v |
inkscape: status |
In Progress |
Fix Committed |
|
2015-06-02 21:35:58 |
su_v |
description |
Follow-up report to
- Bug #616717 “Resized bitmap images are rendered differently by Firefox or Batik ('preserveAspectRatio' attribute not set)”
<https://bugs.launchpad.net/inkscape/+bug/616717>
- Bug #461467 “Image scale saved incorrectly (preserveAspectRatio)”
<https://bugs.launchpad.net/inkscape/+bug/461467>
The fix in current trunk to correctly set the attribute 'preserveAspectRatio' for bitmap images to 'none', and to respect that attribute for rendering, may break Inkscape documents with embedded or linked bitmap images which had been created with current stable and older versions of Inkscape. It often also affects older Inkscape documents based on imports of file formats like PS/EPS/PDF - such SVG documents often use structures with non-uniformly scaled bitmap images masked by equally scaled bitmap images).
The attached 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). This could serve as workaround until Inkscape has an extended GUI for such attributes (see e.g. bug #1252991).
Please review and test - this was written quickly and not thoroughly tested (a better fix of course would be if Inkscape had an internal feature (with GUI) to set/unset such attributes for <image> elements). |
Follow-up report to
- Bug #616717 “Resized bitmap images are rendered differently by Firefox or Batik ('preserveAspectRatio' attribute not set)”
<https://bugs.launchpad.net/inkscape/+bug/616717>
- Bug #461467 “Image scale saved incorrectly (preserveAspectRatio)”
<https://bugs.launchpad.net/inkscape/+bug/461467>
The recent fix to correctly set the attribute 'preserveAspectRatio' for bitmap images to 'none', and to respect that attribute for rendering, may break Inkscape documents with embedded or linked bitmap images which had been created with Inkscape 0.48 and older versions of Inkscape. It often also affects older Inkscape documents based on imports of file formats like PS/EPS/PDF - such SVG documents often use structures with non-uniformly scaled bitmap images masked by equally scaled bitmap images).
The attached 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). This could serve as workaround until Inkscape has an extended GUI for such attributes (see e.g. bug #1252991).
Please review and test - this was written quickly and not thoroughly tested (a better fix of course would be if Inkscape had an internal feature (with GUI) to set/unset such attributes for <image> elements). |
|
2015-06-02 21:36:43 |
su_v |
description |
Follow-up report to
- Bug #616717 “Resized bitmap images are rendered differently by Firefox or Batik ('preserveAspectRatio' attribute not set)”
<https://bugs.launchpad.net/inkscape/+bug/616717>
- Bug #461467 “Image scale saved incorrectly (preserveAspectRatio)”
<https://bugs.launchpad.net/inkscape/+bug/461467>
The recent fix to correctly set the attribute 'preserveAspectRatio' for bitmap images to 'none', and to respect that attribute for rendering, may break Inkscape documents with embedded or linked bitmap images which had been created with Inkscape 0.48 and older versions of Inkscape. It often also affects older Inkscape documents based on imports of file formats like PS/EPS/PDF - such SVG documents often use structures with non-uniformly scaled bitmap images masked by equally scaled bitmap images).
The attached 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). This could serve as workaround until Inkscape has an extended GUI for such attributes (see e.g. bug #1252991).
Please review and test - this was written quickly and not thoroughly tested (a better fix of course would be if Inkscape had an internal feature (with GUI) to set/unset such attributes for <image> elements). |
Follow-up report to
- Bug #616717 “Resized bitmap images are rendered differently by Firefox or Batik ('preserveAspectRatio' attribute not set)”
<https://bugs.launchpad.net/inkscape/+bug/616717>
- Bug #461467 “Image scale saved incorrectly (preserveAspectRatio)”
<https://bugs.launchpad.net/inkscape/+bug/461467>
The recent fix to correctly set the attribute 'preserveAspectRatio' for bitmap images to 'none', and to respect that attribute for rendering, may break Inkscape documents with embedded or linked bitmap images which had been created with Inkscape 0.48 and older versions of Inkscape. It often also affects older Inkscape documents based on imports of file formats like PS/EPS/PDF - such SVG documents often use structures with non-uniformly scaled bitmap images masked by equally scaled bitmap images.
The attached 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). This could serve as workaround until Inkscape has an extended GUI for such attributes (see e.g. bug #1252991).
Please review and test - this was written quickly and not thoroughly tested (a better fix of course would be if Inkscape had an internal feature (with GUI) to set/unset such attributes for <image> elements). |
|
2017-01-10 19:16:24 |
Bryce Harrington |
inkscape: status |
Fix Committed |
Fix Released |
|