logoalt Hacker News

ameliustoday at 9:12 AM1 replyview on HN

Can it render SVG with all of its features? (Does it support all modern 2D drawing primitives)


Replies

raphlinustoday at 9:25 AM

There is an Svg widget. It only supports static images, not animations, though this is certainly something I'm interested in.

It does support the modern 2D imaging model. It is in transition from using "Vello GPU" (aka Vello Classic) to the understory imaging abstraction, which means it can use any competent 2D renderer, including Skia.