Re: [Lazarus] Rendering SVG Documents in realtime in less than 160 lines of code

2021-11-14 Thread Mehmet Erol Sanliturk via lazarus
On Sun, Nov 14, 2021 at 3:08 PM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > It took me about 24 hours to design and write an SVG parser and rendering > system from scratch. You can check it out on this page: > > https://www.getlazarus.org/videos/physics/svg/ > > The

[Lazarus] Rendering SVG Documents in realtime in less than 160 lines of code

2021-11-14 Thread Anthony Walter via lazarus
It took me about 24 hours to design and write an SVG parser and rendering system from scratch. You can check it out on this page: https://www.getlazarus.org/videos/physics/svg/ The source code for the rendering is only 156 lines of Pascal code, Most of the work is done by the parser. It even