View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000137 | MetaPost | bug | public | 2008-12-06 18:14 | 2009-05-11 11:12 |
Reporter | luigi scarso | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 1.200 | ||||
Summary | 0000137: Incorrect svg ouput | ||||
Description | This example from ex_mp.zip gives incorrect svg outoput % Examples for MetaPost doc, by John Hobby. Public domain. outputformat := "svg"; filenametemplate "%j-%c.svg"; input boxes \beginfig(6); fill unitsquare xscaled 1.1in yscaled .7in withcolor .9white; boxit(currentpicture); dx = dy = .25in; clearit; drawboxed(); forsuffixes $=n,c: makelabel.top(str $, $); endfor makelabel.bot("s",s); forsuffixes $=ne,e,se: makelabel.rt(str $, $); endfor forsuffixes $=nw,w,sw: makelabel.lft(str $, $); endfor pickup pencircle scaled .3bp; vardef larrow@#(expr a, da, s) = drawdblarrow a..a+da; label@#(s,a+.5da); enddef; larrow.rt(n, (0,-dy), "dy"); larrow.rt(s, (0,dy), "dy"); larrow.top(e, (-dx,0), "dx"); larrow.top(w, (dx,0), "dx"); endfig; end | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-12-06 18:14 | luigi scarso | New Issue | |
2008-12-10 17:26 | Taco | Note Added: 0000087 | |
2008-12-10 17:26 | Taco | Status | new => assigned |
2008-12-10 17:26 | Taco | Assigned To | => Taco |
2008-12-10 20:06 | luigi scarso | Note Added: 0000088 | |
2008-12-11 09:22 | Taco | Status | assigned => resolved |
2008-12-11 09:22 | Taco | Resolution | open => fixed |
2008-12-11 09:22 | Taco | Note Added: 0000090 | |
2009-01-02 17:35 | Taco | Project | @3@ => MetaPost |
2009-03-26 10:51 | Taco | Category | mplib bug => bug |
2009-04-20 13:14 | Taco | Target Version | => 1.150 |
2009-04-21 19:07 | Taco | Target Version | 1.150 => 1.200 |
2009-05-11 11:12 | Taco | Status | resolved => closed |