PaintLab / PixelFarm

From Vectors to (sub) Pixels, C# 2D Rendering Library
Other
156 stars 20 forks source link

SVG implementation #9

Open prepare opened 6 years ago

prepare commented 6 years ago

Ghostscript's Tiger.svg

(https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg)

tiger

pic 1: PixelFarm's Agg (1) vs Chrome (2)

tiger2

pic 2: Agg's result, bitmap zoom-in to see fine details

prepare commented 5 years ago

svg_viewer

pic 3: svg with clip region

prepare commented 5 years ago

html_renderer_with_svg

pic 4: svg (from pic 3, above) was embeded into a html document (red box), and render with our HtmlRenderer

prepare commented 5 years ago

2018-08-20_11-06-03

pic 5: SVG tiger with a movable rectangle, render all with PixelFarm and then blit it to gdi+ surface