[Fixed Position] Draw line as SVG
Draw line elements as SVG, WTD-880.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<mct-include ng-repeat="element in controller.getElements()"
|
||||
style="position: absolute;"
|
||||
key="element.template"
|
||||
parameters="{ gridSize: controller.getGridSize() }"
|
||||
ng-class="{ test: controller.selected(element) }"
|
||||
ng-style="element.style"
|
||||
ng-click="controller.select(element)"
|
||||
|
||||
Reference in New Issue
Block a user