mirror of
https://github.com/KanjiVG/kanjivg.git
synced 2026-07-15 18:20:28 +02:00
+3
-3
@@ -21,10 +21,10 @@ from kanjivg import *
|
||||
|
||||
def createSVG(out, kanji):
|
||||
out.write('<?xml version="1.0" encoding="UTF-8"?>\n')
|
||||
out.write("<!-- ")
|
||||
out.write("<!--\n")
|
||||
out.write(licenseString)
|
||||
out.write("\nThis file has been generated on %s, using the latest KanjiVG data to this date." % (datetime.date.today()))
|
||||
out.write("\n-->\n\n")
|
||||
out.write("\nThis file has been generated on %s, using the latest KanjiVG data\nto this date." % (datetime.date.today()))
|
||||
out.write("\n-->\n")
|
||||
out.write("""<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kanjivg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
|
||||
Reference in New Issue
Block a user