FemtoVG Renderer rendering does not match preview #7620
Labels
a:renderer-femtovg
Femtovg renderer (mS)
bug
Something isn't working
need triaging
Issue that the owner of the area still need to triage
Bug Description
The default renderer on Windows does not render consistently with the preview in certain cases, such as
dorp-shadow
ofRectangle
, and@linear-gradient
withtransparent
color.dorp-shadow
Enabling
dorp-shadow
forRectangle
invariably fails to render the length ofdrop-shadow-blur
correctly, instead it looks like only 5px.Please see the following code (preview is left):
@linear-gradient
This situation is somewhat unique.
Please see the following code (preview is left):
Where
transparent 120%
doesn't render any gradient in the default renderer (Slightly right color of logo does not become transparent), but the color mixed bytransparent.mix(black, 96%) 35%
is normal (Leftmost color of logo).——These are normal in the Skia renderer.
Environment Details
The text was updated successfully, but these errors were encountered: