main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
258 bytes
|
Line | |
---|
1 | 'use strict'
|
---|
2 |
|
---|
3 | var schema = require('property-information/svg')
|
---|
4 | var caseSensitive = require('./svg-case-sensitive-tag-names.json')
|
---|
5 | var factory = require('./factory')
|
---|
6 |
|
---|
7 | var svg = factory(schema, 'g', caseSensitive)
|
---|
8 | svg.displayName = 'svg'
|
---|
9 |
|
---|
10 | module.exports = svg
|
---|
Note:
See
TracBrowser
for help on using the repository browser.