vue-annotator icon indicating copy to clipboard operation
vue-annotator copied to clipboard

Apply texture when annotation is selected

Open DrSensor opened this issue 7 years ago • 0 comments

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>

DrSensor avatar Jan 14 '18 07:01 DrSensor