Skip to content

ntkwan/csc10003-svg-reader

Repository files navigation

csc10003-svg-reader

Features

  • Parse SVG files and render them with basic tags (Circle, Rect, Ellipse, etc).
  • Support ViewBox for SVG.
  • Interactivity (Zoom In/Out, Rotate, Dragging).
  • Render group of shapes and their transformations.
  • Render path with most of its tags.
  • Support Radial/Linear gradient for shapes.

Release

The application only runs on Windows platform. We also supports windows toolchain to run 'virtually' on Linux. However, we don't ensure its perform stably on Linux.

Demonstration

Here is the video demo on Youtube

Dependencies

Application

Documentation

Installation

  • Clone this repository
  • cmake -S. -Bbuild (with -G "MinGW Makefiles" if your system is Windows-based)
  • make -Cbuild
  • The executable svg-reader in the directory will appear.

Documentation

For the LaTeX version, refer to latex/refman.pdf.

For the web version, refer to this webpage.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages