You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2020/04/05 00:47:41 UTC

[Bug 60656] EMF image support in slideshows

https://bz.apache.org/bugzilla/show_bug.cgi?id=60656

--- Comment #15 from Andreas Beeker <ki...@apache.org> ---
Created attachment 37144
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37144&action=edit
Sample.wmf with wrong text reference

A sample wmf (which also affects EMF rendering), which causes rendering errors

Applied via r1876136

- fixed WmfExtTextOut dx handling for variable text spacing
- fixed WmfExtTextOut text position for (0,0) references based on the
current/last path location
- fixed WmfExtTextOut handling of symbol/wingdings charset (move ascii to
unicode private area, because Java font loader maps the glyphs there) - and use
existing workaround if the fonts aren't installed, i.e. use corresponding
unicode characters of the logcial font then
- provide option in PPTX2PNG to use given file input type, if the file magic is
unknown
- provide option in PPTX2PNG to render text as shapes in SVG, as dx handling
(see above) implemented via TextAttribute.TRACKING is not supported by batik 

source of the sample.wmf, which I've used:
https://stackoverflow.com/questions/58726194/svg-rendering-with-batik-produce-broken-image

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org