Changes between Version 1 and Version 2 of Ticket #17538


Ignore:
Timestamp:
Jan 25, 2022, 2:14:06 PM (2 years ago)
Author:
thebuck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17538 – Description

    v1 v2  
    20204. The combination "fill:none;stroke:#000" causes over-stroking with last non-none fill color, i.e. **two** layers of stroke are painted.
    21215. 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)
     226. LCD subpixel antialiasing preference generally affects SVG (should always greyscale like other browsers).
     237. The fill-rule equivalent for stroking is uninitialized (should be nonzero).
    2324
    2425What tests led to conclusions:
     
    29305. 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).
    30316. Change antialiasing preference and reload page.
     327. The red cross has a transparent center. I also saw that effect triggered by an unrelated transition somewhere else, without nearby "fill-rule:evenodd".