Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fixed code error |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
51aba9944181c1936f360f6673cd2253 |
User & Date: | rene 2018-06-15 09:02:06.383 |
Context
2018-06-17
| ||
16:52 | Got the description of classvariable wrong. check-in: e3243a6107 user: dkf tags: trunk | |
2018-06-15
| ||
09:02 | fixed code error check-in: 51aba99441 user: rene tags: trunk | |
2018-06-14
| ||
13:51 | Working on improving TIP 478 check-in: a0932d4977 user: dkf tags: trunk | |
Changes
Changes to tip/507.md.
︙ | ︙ | |||
70 71 72 73 74 75 76 | <ellipse fill="none" stroke="blue" stroke-width="3" cx="60" cy="60" rx="10" ry="20" /> <line x1="10" y1="90" x2="50" y2="99"/> <rect fill="none" stroke="green" x="20" y="20" width="60" height="50" rx="3" ry="3"/> <polyline fill="red" stroke="purple" points="80,10 90,20 85,40"/> <polygon fill ="yellow" points="80,80 70,85 90,90"/> </svg>} # create image | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | <ellipse fill="none" stroke="blue" stroke-width="3" cx="60" cy="60" rx="10" ry="20" /> <line x1="10" y1="90" x2="50" y2="99"/> <rect fill="none" stroke="green" x="20" y="20" width="60" height="50" rx="3" ry="3"/> <polyline fill="red" stroke="purple" points="80,10 90,20 85,40"/> <polygon fill ="yellow" points="80,80 70,85 90,90"/> </svg>} # create image image create photo foo -data $data # change size foo configure -format {svgnano -scale 2} # move right and up, all other values are reset foo configure -format {svgnano -x 10 -y -20} # use other unit foo configure -format {svgnano -unit mm} |
︙ | ︙ |