MCPcopy
hub / github.com/methodofaction/Method-Draw / scalew

Function scalew

src/js/svgcanvas.js:930–930  ·  view source on GitHub ↗
(w)

Source from the content-addressed store, hash-verified

928
929 var remap = function(x,y) { return transformPoint(x,y,m); },
930 scalew = function(w) { return m.a*w; },
931 scaleh = function(h) { return m.d*h; },
932 doSnapping = curConfig.gridSnapping && selected.parentNode.parentNode.localName === "svg",
933 finishUp = function() {

Callers 1

svgcanvas.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected