SVG Editor

SVG Editor

4 devlogs
10h 51m
Created by Callum White

The Svg editor is a C# Api that allows for the creation and manipulation of svg images, generated entirely by the csharp backend. It provides a simple and intuitive fluent api for quick development

Timeline

Add some Quality Of Life changes and add some helper functions to reduce tech debt.

Update attachment

improved the formatting and added nicer colours. Also stopped counting at 0 and improved the task creation api

Update attachment

Added support for Gantt chart creation, with dynamic sizing.

Update attachment

Added more basic elements such as rounded rectangles and textboxes. Also created a chess board demo in 10 lines of code to show the capabilities of the library.

Update attachment