diff --git a/src/components/paint-editor/paint-editor.jsx b/src/components/paint-editor/paint-editor.jsx index d84a4c40..5504d6aa 100644 --- a/src/components/paint-editor/paint-editor.jsx +++ b/src/components/paint-editor/paint-editor.jsx @@ -310,34 +310,56 @@ const PaintEditorComponent = props => { {/* Second Row */} -
- - {/* fill */} - - {/* stroke */} - - {/* stroke width */} - - - - - -
+ {isVector(props.format) ? +
+ + {/* fill */} + + {/* stroke */} + + {/* stroke width */} + + + + + +
: +
+ + {/* fill */} + + + + + +
+ } ) : null}