- 1 Post
- 5 Comments
Joined 3 years ago
Cake day: June 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
StudioLE@programming.devto
Programming@programming.dev•What are your programming hot takes?
1·3 years agoYep. And three functions is better than one for legibility even if one would be fewer lines of code
StudioLE@programming.devto
Linux@lemmy.ml•Show your distro pride with a “Powered by” Linux sticker. 70 distros to choose from.
0·3 years agoThat’s what I was questioning. Why do do the work but then not make it accessible?
It’s a similar thought to this topic: https://lemmy.world/post/3179113
StudioLE@programming.devto
Linux@lemmy.ml•Show your distro pride with a “Powered by” Linux sticker. 70 distros to choose from.
0·3 years agoI’ll rephrase. Why require an editor? The most common viewers of SVG do not support layers
StudioLE@programming.devto
Linux@lemmy.ml•Show your distro pride with a “Powered by” Linux sticker. 70 distros to choose from.
0·3 years agoWhy not export them rather than requiring people to install Inkscape just to view the files?

How did you implement the undo/redo logic?
I presume you don’t delete the entities on undo but hide them instead? Then you can show them again if redo is triggered?