mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
RichText: Now using current ink for SVG currentColor
This commit is contained in:
parent
609167ede2
commit
daadf73eab
6 changed files with 35 additions and 32 deletions
|
|
@ -363,7 +363,7 @@ String DefaultHtmlObjectSaver::GetHtml(const RichObject& object, const String& l
|
|||
if(abs(100 * (psz.cx - sz.cx) / sz.cx) < imtolerance)
|
||||
sz = psz;
|
||||
PNGEncoder png;
|
||||
png.SaveFile(AppendFileName(outdir, name), object.ToImage(psz));
|
||||
png.SaveFile(AppendFileName(outdir, name), object.ToImage(psz, SBlack()));
|
||||
String el = "</a>";
|
||||
if(IsNull(link)) {
|
||||
if(psz.cx * psz.cy != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue