You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2022/05/10 02:37:01 UTC

[GitHub] [poi] wanglunhui2012 commented on pull request #322: fix bug: when transfer .ppt(which include the object such as excel...…

wanglunhui2012 commented on PR #322:
URL: https://github.com/apache/poi/pull/322#issuecomment-1121821975

   @kiwiwings May I take another pr, which ignore the `USERSTYLE`? Because I see the comment in `org.apache.poi.hwmf.record.HwmfPenStyle`: 
   ```java
   /**
    * The pen uses a styling array supplied by the user.
    * (this is currently not supported and drawn as solid ... no idea where the user
    * styling is supposed to come from ...)
    */
   USERSTYLE(0x0007, null);
   ```
   If drawn as solid, will cause infinite loop.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org