Skip to content

Commit

Permalink
Merge pull request #55 from /issues/37
Browse files Browse the repository at this point in the history
#37 Clicking anywhere on the bottom bar open color popup
  • Loading branch information
jfhenon authored Jan 7, 2021
2 parents f4b3d12 + 94f6366 commit 4cc0212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/components/PaintBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class PaintBox {
constructor (container, type) {
// set up gradients to be used for the buttons
const svgdocbox = new DOMParser().parseFromString(
`<svg xmlns="http://www.w3.org/2000/svg">
`<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
<rect
fill="#000000" opacity="1" width="22" height="22"/>
<defs><linearGradient id="gradbox_${PaintBox.ctr++}"/></defs>
Expand Down

0 comments on commit 4cc0212

Please sign in to comment.