Initial SVG support and clean up.
This commit is contained in:
parent
a95439d419
commit
79b07d36a6
7 changed files with 13 additions and 22 deletions
|
@ -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
|
||||
|
|
0
src/web/svg/SvgDocument.cpp
Normal file
0
src/web/svg/SvgDocument.cpp
Normal file
0
src/web/svg/SvgDocument.h
Normal file
0
src/web/svg/SvgDocument.h
Normal file
0
src/web/svg/SvgWriter.cpp
Normal file
0
src/web/svg/SvgWriter.cpp
Normal file
0
src/web/svg/SvgWriter.h
Normal file
0
src/web/svg/SvgWriter.h
Normal file
Loading…
Add table
Add a link
Reference in a new issue