UNPKG
drapcode-builder
Version:
latest (0.1.19)
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
Drapcode Builder Library
drapcode.com
drapcode-builder
/
src
/
dom_components
/
view
/
ComponentSvgView.js
8 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
ComponentView
from
'./ComponentView'
;
export
default
ComponentView
.
extend
({
_createElement
:
function
(
tagName
) {
return
document
.
createElementNS
(
'http://www.w3.org/2000/svg'
, tagName); } });