SVG Canvas for FireMonkey

SVG Canvas for FireMonkey

SVG Canvas for FireMonkey example
  • converts canvas drawing to SVG format
  • supports Windows, macOS, Linux, iOS and Android
  • available for Delphi/C++ Builder XE3 - 12
  • source code included in registered version
  • royalty free distribution in applications

Example

with TSvgCanvas.Create('image.svg', Canvas) do
try
  BeginScene;

  Stroke.Color := TAlphaColorRec.Red;
  Stroke.Thickness := 2;
  DrawEllipse(TRectF.Create(10, 10, 220, 120), 0.5);

  EndScene;
finally
  Free;
end;
								

Download and order

Related links