Skip to content
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

add annotation primitives to compose module #43

Open
btel opened this issue Oct 1, 2020 · 0 comments
Open

add annotation primitives to compose module #43

btel opened this issue Oct 1, 2020 · 0 comments

Comments

@btel
Copy link
Owner

btel commented Oct 1, 2020

What

svg_utils is useful to add annotations to existing SVG images (or even bitmaps). For now, we are supporting a few annotation primitives (like lines, texts), but it would be nice to add a few more.

How

  • add new classes in compose.py and transform.py files that implement Circles, Arrows, Rectangles, comics text cloud etc., you can follow the example of Text primitive
  • add unit tests
  • add a tutorial in the docs on annotating with SVG

for more info about SVG check out the mozilla tutorial:

https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial

https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial

@btel btel changed the title add annotation primities to compose module add annotation primitives to compose module Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants