-
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
Mark polygons (non-rectangualr zones) #1
Comments
+1 by MedievalMatt. |
That would be a great feature, but no update in years ... has this plugin been abandoned? |
Hi, |
Thanks a lot, good to know! Guess I'll have to update my license then. |
The TEI vocabulary allows marking non rectangular-zones:
<facsimile>
<surface ulx="0" uly="0" lrx="200" lry="300">
<graphic url="Bovelles-49r.png"/>
<zone points="4.8,31.0 5.4,30.7 5.5,32.2 5.8,32.8 6.1,33.4 5.5,33.7 5.1,33.3 4.6,32.2"/>
</surface>
</facsimile>
We need another decorator that will be able to draw such polygons.
The text was updated successfully, but these errors were encountered: