Skip to content

malasiot/xg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ 2D graphics api and SVG renderer.

Basically a high level wrapper over cairo but designed to allow extension to other backends.

Also basic SVG 1.1 rendering support (suitable for rendering symbols or icons).

SVG support includes:

  • All basic shape rendering: rect, circle, ellipse, line, polyline, polygon, path
  • Coordinate transformation and viewport handling
  • Full paint server support: solid color, linear gradients, radial gradients, patterns
  • Image support
  • Container support: svg, g, use, symbol
  • Clipping: not supporting ORing of clipping shapes.
  • Styling: presentation attributes only
  • Rudimentary text rendering: font selection, shaping with Hurfbuzz ( only single x, y, dx, dy attribute handled, text-anchor works only for simple text, not sequence of TSpans, no vertical text, text decorations etc.)
  • No masks, filters, markers and group opacity.

About

C++ 2d graphics api and SVG renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published