conveyal/modeify

View on GitHub
client/components/yields/svg-attributes/master/index.js

Summary

Maintainability
A
0 mins
Test Coverage

/**
 * SVG Attributes
 *
 * http://www.w3.org/TR/SVG/attindex.html
 */

module.exports = [
  'height',
  'target',
  'title',
  'width',
  'y1',
  'y2',
  'x1',
  'x2',
  'cx',
  'cy',
  'dx',
  'dy',
  'rx',
  'ry',
  'd',
  'r',
  'y',
  'x'
];