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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]