DrSensor / vue-annotator

Vue Component for drawing annotation (rect, polygon, etc) using SVG element
http://vue-annotator.surge.sh
MIT License
79 stars 16 forks source link

Apply texture when annotation is selected #13

Open DrSensor opened 6 years ago

DrSensor commented 6 years ago

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>