-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
Certain types of very "curvy" cubic bezier segments in SVG render incorrectly in Ultralight.
This is correct rendering of single cubic bezier segment in Chrome (green points are visualization of the curve's 4 control points. The path in question is gray)

This is incorrect rendering in ultralight 1.4.0 and 1.4.1:

The ultralight version of the curve is visually unpleasing. When I implemented my own code to render bezier curves, it came equal to the Chrome version.
Here is the zoomed-in difference from overlaying the 2 images with coloring added:

I am attaching a self-contained (non-minimal) example of this happening - DOM dump from my app: DOM_Dump.html
Metadata
Metadata
Assignees
Labels
No labels