vue-annotator
vue-annotator copied to clipboard
Apply texture when annotation is selected
Slots
| Method name | Description | Accepted Element |
|---|---|---|
select |
*texture element to apply when annotation is selected | <defs> |
Usage
<defs slot="select">
<linearGradient id="Gradient01">
<stop offset="20%" stop-color="#39F" />
<stop offset="90%" stop-color="#F3F" />
</linearGradient>
</defs>