Cleaned code and fixes

Cleaned </pattern> in index.html line 152.
Put back: width=".9em" height=".9em" style="margin-bottom:-1px"> for fill.
This commit is contained in:
Ángel Montero Lamas 2022-01-22 18:27:32 +01:00
parent a245cf7045
commit 4650cb7b75
3 changed files with 2 additions and 5 deletions

View file

@ -517,7 +517,6 @@ function createPicker() {
hatches
.selectAll("rect")
.on("click", pickerFillClicked)
//.on("mousemove", () => tip("Click to fill with the hatching " + #("#picker_" + hatch.id) ));
// append box
const bbox = picker.node().getBBox();