https://bz.apache.org/bugzilla/show_bug.cgi?id=59056
Bug ID: 59056
Summary: It is no longer possible to render indivual shapes of
a org.apache.poi.hslf.usermodel.HSLFSlide
Product: POI
Version: 3.14-dev
Hardware: Macintosh
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HSLF
Assignee: [email protected]
Reporter: [email protected]
org.apache.poi.hslf.usermodel.HSLFShape#draw is no longer implemented, which
makes it impossible to render individual shapes.
In poi v3.12 it was still possible to render indidual Shapes (e.g. for text
because org.apache.poi.hslf.model.TextShape#draw was overriding the placeholder
org.apache.poi.hslf.model.Shape#draw and provided rendering logic). However in
3.13 and later org.apache.poi.hslf.usermodel.HSLFShape#draw is not overridden
anywhere but also does not provide any rendering logic.
To avoid any confusion: Rending of complete slides still works via
org.apache.poi.hslf.usermodel.HSLFSlide#draw the regression is only affecting
individual shape rendering with Graphics2D.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]