-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle class 9 #1
base: master
Are you sure you want to change the base?
Conversation
This class hold several data but one in particular : HOTSPOT.
ApplicationStructureAttribute is supported, flag are ignored for now
Adding getter & setter & making a class public, to be able to get it outside of the library. The goal is to access HOTSPOT data to render them separately
Thank you for contributing, I appreciate. I see that the commits keep on coming, will you let me know when you are ready to complete this pull request? |
- for CAP alignement not sure if it is technicaly good, but visualy it is - for begin and end figure these are needed, because there is an issue with this lib : the filling of polybezier is never done. I noticed that Polybezier which are inside figure, are closed shape, and so a Genaralpath must be used instead of a basic shape. I added a error message warning the user when encoutering a tiff
Hello, I am close to perfection, I have still a few issue remaining : a couples of files are crashing when reading bytes. they also make this lib crash : I suspect something wrong with the files itself, but Isoview can display them so I am searching. I have alse another issue to fix but I don't know what is the best way : The lib doesn't handle filling polybezier, all polybezier are drawn as "path". I figured out that when polybezier are inside "FIGURE" the shape must be closed and filled (with GeneralPath) |
to 0 making Text (Class=4, Element=4) to be invisible
Hi, This is a great library to work with and I see the recent changes.
And in the Command Class:
// Class: 9
Thank you verymuch Shan |
Possibility to access hatchtype to overload Hatch type can be negative in my samples protection on Tile element when there is more data than image resolution
Thank you for all your contributions. However this pull request now contains so many different things that it will be hard to integrate as it. Would it be possible to split this pull request into some more individual features? This would increase the visibility of things. |
Preliminary support for class 9 object, which contains HOTSPOT.