Skip to content

Opacity

Srdjan Djenader edited this page Nov 30, 2017 · 1 revision

Provides opacity input for changing shapes/brush opacity.


Enabling the Plugin

plugins: [
    'OpacityOption'
]
  • Plugin needs to be added for every instance of DrawerJs where you want to set opacity of objects.
  • Native opacity control relates to Color plugin. It changes opacity of fill color.
  • Label for opacity control of Color plugin was renamed from Opacity: to Fill opacity: and is not visible by default.
Clone this wiki locally