aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.js
blob: 7ecb55766d60140206f605157c2bc9add0073832 (plain)
1
2
3
4
5
6
7
// Storage for regular expressions
SVG.regex = {
  
  unit: /^([\d\.]+)([a-z%]{0,2})$/
  
, hex:  /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i
}