Answer the question
In order to leave comments, you need to log in
How to shorten JS code for SVG?
I'm thinking of a schedule for the site, there is such an option:
https://jsfiddle.net/malkovan/ef83j1nw/317/
let axis = document.createElementNS(svgNS, 'line');
axis.setAttribute('x1', 70);
axis.setAttribute('y1', 49.5);
axis.setAttribute('x2', 430);
axis.setAttribute('y2', 49.5);
axis.setAttribute('stroke', 'black');
axis.setAttribute('stroke-width', 1);
svg.appendChild(axis);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question