annotorious-v1 icon indicating copy to clipboard operation
annotorious-v1 copied to clipboard

How to change format of selection

Open artutava opened this issue 6 years ago • 1 comments

Hey, how can I change the format o f the selection, so that i can change the color of the selection in the image and add border radius to it? is it done in css or js?

artutava avatar Oct 21 '19 15:10 artutava

The annotations are rendered as raster graphics on a Canvas element. Unfortunately that means there are no styling options except the color config available through the API.

In case this still helps: I started working on a modern re-write of Annotorious very recently. This uses SVG - which means the annotation shapes can be fully styled via CSS. Documentation isn’t complete yet. Do shout out if you want to try it out.

rsimon avatar Apr 11 '20 12:04 rsimon