summaryrefslogtreecommitdiff
path: root/web/web_svg.h
Commit message (Collapse)AuthorAgeFilesLines
* web: use generic JS functions for manipulating DOMDavid Vazgenovich Shakaryan2022-05-031-0/+1
|
* web: split code into more filesDavid Vazgenovich Shakaryan2022-05-011-0/+7
This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up.