Skip to content

Commit d88fb39

Browse files
committed
Add triangle and quadrilateral tools to the graph tool.
These were requested by Robin Cruz in https://webwork.maa.org/moodle/mod/forum/discuss.php?d=8646. The usage of the new tools is documented in the parserGraphTool.pl macro.
1 parent c5590e3 commit d88fb39

File tree

6 files changed

+1325
-7
lines changed

6 files changed

+1325
-7
lines changed

htdocs/js/GraphTool/graphtool.scss

Lines changed: 8 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)