Skip to content

Commit c50623b

Browse files
authored
Merge pull request #1191 from drgrice1/graphtool-triangle-and-quadrilateral
Add triangle and quadrilateral tools to the graph tool.
2 parents 7f1ca8c + e0a3d0c commit c50623b

File tree

6 files changed

+1325
-7
lines changed

6 files changed

+1325
-7
lines changed

htdocs/js/GraphTool/graphtool.scss

+8
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@
235235
&.gt-sine-wave-tool {
236236
background-image: url('images/SineWaveTool.svg');
237237
}
238+
239+
&.gt-triangle-tool {
240+
background-image: url('images/Triangle.svg');
241+
}
242+
243+
&.gt-quadrilateral-tool {
244+
background-image: url('images/Quadrilateral.svg');
245+
}
238246
}
239247
}
240248

Loading
+6
Loading

0 commit comments

Comments
 (0)