File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This is a React-based canvas drawing application that allows users to draw vario
1111- Fullscreen canvas with a black background
1212- Drawing tools: Line, Rectangle, Circle, measurements
1313- Zoom and pan
14+ - Eraser tool to delete segments
1415- Undo and redo
1516- Choose angle guides
1617- Draw with snap points for
@@ -27,7 +28,12 @@ This is a React-based canvas drawing application that allows users to draw vario
2728- Move
2829- Rotate
2930- Scale
31+ - Align shapes to each other
32+ - Array copy linear
33+ - Array copy radial
3034- Import images into the drawing
35+ - Import SVG files
36+ - Export to PDF
3137- Export drawing as an SVG file
3238- Export drawing as an PNG file
3339- Save and load drawings from/to json files
@@ -38,11 +44,7 @@ This is a React-based canvas drawing application that allows users to draw vario
3844### Possible future feature ideas (TODO) in order of likelihood
3945- Eraser tool to delete segments
4046 - Max distance to delete
41- - Align shapes to each other
4247- Layers for drawing shapes in different layers that can be toggled on or off
43- - Array copy shapes
44- - Array radial copy shapes
45- - Copy
4648- Mirror
4749- Offset
4850- Add text
@@ -60,10 +62,8 @@ This is a React-based canvas drawing application that allows users to draw vario
6062- Edit existing lines and circles by dragging endpoints/middle points
6163- Hatching and fill areas
6264- gradient fills
63- - Import SVG files
6465- Import DXF files
6566- Import DWG files
66- - Export to PDF
6767- Export to DWG
6868- Export to DXF
6969
You can’t perform that action at this time.
0 commit comments