svgcanvas/test/css/playground.css

16 lines
159 B
CSS

#canvas,
#svg {
border: 1px solid #CCC;
}
#svg {
width: 460px;
height: 460px;
overflow: hidden;
}
.container,
.try {
margin-top: 20px;
}