// https://www.w3.org/TR/SVG11/color.html
export const BrushProperties = [
  'fill',
  'stroke',
  'stopColor',
  'floodColor',
  'lightingColor',
];
