Changes between Version 3 and Version 7 of Ticket #17538


Ignore:
Timestamp:
Feb 19, 2022, 12:49:07 PM (2 years ago)
Author:
thebuck
Comment:

Point 4. no more observed, assuming fixed by hrev55883. Description updated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17538 – Description

    v3 v7  
    18182. transform is neglected for path polygonization detail level (same for fill).
    19193. stroke-dasharray is unimplemented.
    20 4. ???
     204. ~~???~~
    21215. Renderer's bounding box of paths neglects stroke (however, extreme points of curves extend the box more than enough).
    22226. LCD subpixel antialiasing preference generally affects SVG (should always greyscale like other browsers).
     
    28282. The number of polylines (look carefully for corners) in O quarters increases with stroke-width, i.e. with less upscaling
    29293. The bottom blue right half is continuous, also for mouse hover detection (thin hover area because of 5.).
    30 4. Scrolling the bounding box of the top left orange rectangle in/out of view toggles orange painting of all black elements (resize window for this). With LCD subpixel antialiasing only the fully covered pixels are aliased orange with a thin antialiasing rainbow border of black around. With greyscale antialiasing there is just a perfect orange stroke, but temporary black stroke glitches into view while scrolling. Only happens when encountering the combination "fill:none;stroke:#000" after an element with only fill but no stroke.
     304. ~~Scrolling the bounding box of the top left orange rectangle in/out of view toggles orange painting of all black elements (resize window for this). With LCD subpixel antialiasing only the fully covered pixels are aliased orange with a thin antialiasing rainbow border of black around. With greyscale antialiasing there is just a perfect orange stroke, but temporary black stroke glitches into view while scrolling. Only happens when encountering the combination "fill:none;stroke:#000" after an element with only fill but no stroke.~~ Fixed in hrev55883.
    31315. 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).
    32326. Change antialiasing preference and reload page.