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 2019/10/27 17:13:45 UTC

[Bug 60656] EMF image support in slideshows

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

--- Comment #11 from Andreas Beeker <ki...@apache.org> ---
Created attachment 36864
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36864&action=edit
EMF freezing Windows OpenJDK 12

The attached EMF is freezing our OpenJDK 12 build.
https://builds.apache.org/view/P/view/POI/job/POI-DSL-Windows-1.12/

My first analysis is, that it is due some over-proportional
AffineTransformation state (800x width/scale) and the processing of TextLayout
at HwmfGraphics:488.
This is somehow accepted in Linux, but the Windows font renderer freezes in
this request.

I think the root source is that the group records
(EmfCommentDataBeginGroup/EmfCommentDataEndGroup) aren't processed/rendered at
all 
 and their bounds record would need to affect the AffineTransformation state of
the graphics context.

-- 
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