fulltests/Wave.svg's red nose and white torso get eaten
Bug #594930 reported by
Louis Simard
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scour |
Fix Released
|
Medium
|
Unassigned |
Bug Description
After Scouring, the file fulltests/Wave.svg in Bazaar for Scour renders incorrectly in every SVG library I can find.
Wave.svg is better known as Duke, Sun's mascot for Java, and it has a red nose and a white torso.
After optimisation in Scour, the nose is not rendered, although it's in the output file. The same thing happens with the torso.
Attached are the Scoured file and its expected and actual renders.
Changed in scour: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It looks to be the <switch>. There was a <g> containing all of those paths in the original file, and now I guess the <switch> is selecting only the first path.
Groups shouldn't be collapsed if the immediate parent is a <switch>. I'll code something for that.