** Description changed:

  Impact
  ------
  
  This is a new bugfix release from upstream:
  https://gitlab.gnome.org/GNOME/librsvg/-/raw/2.59.2/NEWS.
  
  This component is covered by the GNOME MicroReleaseException
  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
  
  Test plan
  ---------
  
  Please go through
  https://wiki.ubuntu.com/Process/Merges/TestPlans/librsvg
  
  Regression potential
  --------------------
  
- Code paths processing SVGs with multiple or nested layers.
+ Code paths processing SVGs with multiple or nested layers had
+ significant changes. Make sure such SVGs still display alright, for
+ instance,
+ 
+ --->
+ <svg xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";>
+   <svg x="10">
+     <rect x="10" y="10" height="100" width="100"
+         style="stroke:#ff0000; fill: #0000ff"/>
+   </svg>
+   <svg x="160">
+     <rect x="10" y="10" height="100" width="100"
+         style="stroke:#009900; fill: #00cc00"/>
+   </svg>
+ </svg>
+ <---
+ 
+ should show two non-overlapping squares, one blue, one green, side by
+ side.

** Description changed:

  Impact
  ------
  
  This is a new bugfix release from upstream:
  https://gitlab.gnome.org/GNOME/librsvg/-/raw/2.59.2/NEWS.
  
  This component is covered by the GNOME MicroReleaseException
  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
  
  Test plan
  ---------
  
  Please go through
  https://wiki.ubuntu.com/Process/Merges/TestPlans/librsvg
  
  Regression potential
  --------------------
  
  Code paths processing SVGs with multiple or nested layers had
  significant changes. Make sure such SVGs still display alright, for
  instance,
  
  --->
- <svg xmlns="http://www.w3.org/2000/svg";
+ <svg width="250" xmlns="http://www.w3.org/2000/svg";
    xmlns:xlink="http://www.w3.org/1999/xlink";>
    <svg x="10">
      <rect x="10" y="10" height="100" width="100"
          style="stroke:#ff0000; fill: #0000ff"/>
    </svg>
-   <svg x="160">
+   <svg x="120">
      <rect x="10" y="10" height="100" width="100"
          style="stroke:#009900; fill: #00cc00"/>
    </svg>
  </svg>
  <---
  
  should show two non-overlapping squares, one blue, one green, side by
  side.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to librsvg in Ubuntu.
https://bugs.launchpad.net/bugs/2089563

Title:
  [SRU] librsvg 2.59.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2089563/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to