mirror of https://github.com/adamdruppe/arsd.git
oops
This commit is contained in:
parent
0649adaa9d
commit
41734bc3e4
2
svg.d
2
svg.d
|
@ -3932,7 +3932,7 @@ public NSVG* nsvgParseWithPreprocessor()(const(char)[] input, const(char)[] unit
|
||||||
}
|
}
|
||||||
|
|
||||||
auto fixedup = document.toString();
|
auto fixedup = document.toString();
|
||||||
import std.file; std.file.write("use-hacked.svg", fixedup);
|
// import std.file; std.file.write("use-hacked.svg", fixedup);
|
||||||
return nsvgParse(fixedup, units, dpi, canvaswdt, canvashgt);
|
return nsvgParse(fixedup, units, dpi, canvaswdt, canvashgt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue