Home
last modified time | relevance | path

Searched refs:vbx (Results 1 – 1 of 1) sorted by relevance

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4857 proto.svg = function (x, y, width, height, vbx, vby, vbw, vbh) { argument
4874 if (vbx != null && vby != null && vbw != null && vbh != null) {
4875 attrs.viewBox = [vbx, vby, vbw, vbh];