SVG Canvas library

SVG Canvas library

SVG Canvas example
  • converts canvas drawing to SVG format
  • available for Delphi/C++ Builder 6 - 12 and Lazarus 2.2.6
  • source code included in registered version
  • royalty free distribution in applications

Example

with TSvgCanvas.Create('image.svg', Canvas) do
try
  Pen.Color := clRed;
  Pen.Width := 2;
  Brush.Color := clYellow;
  Ellipse(10, 10, 220, 120);
finally
  Free;
end;
								

Download and order

Order SVG Canvas license $40 USD (license for one developer)
Order SVG Canvas multi-license $120 USD (license for all developers in company)
Order SVG Canvas year upgrades $20 USD (registered users only)
Order SVG Canvas year upgrades multi-license $60 USD (registered multi-license users only)

Related links