Initial SVG support and clean up.

This commit is contained in:
jmsgrogan 2022-08-28 14:55:22 +01:00
parent a95439d419
commit 79b07d36a6
7 changed files with 13 additions and 22 deletions

View file

@ -1,9 +1,15 @@
list(APPEND web_LIB_INCLUDES
xml/XmlParser.h
xml/XmlParser.cpp
xml/XmlDocument.h
xml/XmlDocument.cpp
xml/XmlWriter.h
xml/XmlWriter.cpp
xml/xml-elements/XmlElement.h
xml/xml-elements/XmlElement.cpp
xml/xml-elements/XmlAttribute.h
xml/xml-elements/XmlAttribute.cpp
xml/xml-elements/XmlProlog.h
xml/xml-elements/XmlProlog.cpp
markdown/MarkdownParser.cpp
html/HtmlWriter.cpp

View file

View file

View file

0
src/web/svg/SvgWriter.h Normal file
View file