Add .gitignore, mostly for LaTeX. Cleanup svg README

master
Jeff Moe 6 years ago
parent e718a2e562
commit 25cd4bc61d

23
.gitignore vendored

@ -0,0 +1,23 @@
*~
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
.fuse_hidden*
*.glo
*.gls
*.idx
*.ilg
*.ind
.~lock.*#
*.lof
*.log
*.lol
_minted-*
*.old
*.out
*.pyg
*.swp
*.toc
*.xdv

@ -1,18 +1,18 @@
# font-as-font
Contains all the SVG files with font(text) as "font" object.
Contains all the SVG files with font (text) as "font" object.
Works perfect for Inkscape and Ideal and best for editing in inkscape.
# font-as-path
Contains all the SVG files with font(text) as "Path" object.
Contains all the SVG files with font (text) as "Path" object.
Works perfect for Inkscape and all the third party software but text cannot be edit.
# font-as-text
Contains all the SVG files with font(text) as "text" object.
Contains all the SVG files with font (text) as "text" object.
Works perfect for Inkscape and the third party software.
But it may have some limitations.
For reference see section 13, "Flowed text doesn't show up in exported file":

Loading…
Cancel
Save