View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000830 | MetaPost | bug | public | 2013-05-22 14:25 | 2014-03-11 13:27 |
Reporter | Taco | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.800 | ||||
Summary | 0000830: Bad character sizes with svg output and prologues := 1 | ||||
Description | From Akira: Kitagawa-san pointed out that character sizes are incorrect in outputformat:="svg", in the case of prologues:=1, in MetaPost 1.802. He provided the attached patch "svgout.w.diff" to cure the problem. | ||||
Additional Information | --- svgout.w.orig Tue Apr 23 21:28:12 2013 +++ svgout.w Wed May 22 21:10:46 2013 @@ -986,7 +986,7 @@ } } else { mp_svg_open_starttag(mp, "text"); - ds=(mp->font_dsize[gr_font_n(p)]+8) / 16; + ds=(mp->font_dsize[gr_font_n(p)]+8) / 16 / 65536.0; mp_svg_store_double(mp,ds); mp_svg_attribute(mp, "font-size", mp->svg->buf); mp_svg_reset_buf(mp); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-05-22 14:25 | Taco | New Issue | |
2013-05-22 14:25 | Taco | Status | new => assigned |
2013-05-22 14:25 | Taco | Assigned To | => Taco |
2013-05-22 16:52 | Taco | Note Added: 0001088 | |
2013-05-22 16:52 | Taco | Status | assigned => resolved |
2013-05-22 16:52 | Taco | Resolution | open => fixed |
2014-03-11 13:27 | Taco | Note Added: 0001243 | |
2014-03-11 13:27 | Taco | Status | resolved => closed |