Changes between Version 1 and Version 2 of Ticket #17538
- Timestamp:
- Jan 25, 2022, 2:14:06 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17538 – Description
v1 v2 20 20 4. The combination "fill:none;stroke:#000" causes over-stroking with last non-none fill color, i.e. **two** layers of stroke are painted. 21 21 5. Renderer's bounding box of paths neglects stroke (however, extreme points of curves extend the box more than enough). 22 6. LCD subpixel antialiasing preference generally affects SVG (should always greyscale like other browsers) 22 6. LCD subpixel antialiasing preference generally affects SVG (should always greyscale like other browsers). 23 7. The fill-rule equivalent for stroking is uninitialized (should be nonzero). 23 24 24 25 What tests led to conclusions: … … 29 30 5. Hovering the mouse over elements works only in their bounding box and repaints only the same (test especially blue elements; move between them and the red cross to get larger repaints). 30 31 6. Change antialiasing preference and reload page. 32 7. The red cross has a transparent center. I also saw that effect triggered by an unrelated transition somewhere else, without nearby "fill-rule:evenodd".