css-doodle
Advanced tools
Changelog
0.29.1
use
attribute to support rules in pure string.
<css-doodle use="@grid: 5 / 200px"></css-doodle>
<br /> <br />
Changelog
0.29.0
Add Emmet-like syntax for generating SVG element.
line*10 {
}
Equals to
@M10(line {
})
<br /> <br />
Changelog
0.28.2
@place
alias for @position
.@svg-filter
to add blur
, erode
, and dilate
commands.<br /> <br />
Changelog
0.28.1
@doodle
function.<br /> <br />
Changelog
0.28.0
64x64
.
It can be up to 256x256
if the experimental
attribute is provided (#91)title
and desc
element (#92)@svg-filter
and @rn
(#95)<br /> <br />
Changelog
0.27.3
<br /> <br />
Changelog
0.27.2
t
variable to represent u_time
in pattern (#85)u_seed
to shader (#80) by @akira-cn<br /> <br />
Changelog
0.27.1
pause/resume
to Shader and CSS animations. (#78)update
or disconnected
. (#76)<br /> <br />
Changelog
0.27.0
u_time
uniform to @shaders
. Now it supports animation in shaders. (#70)256x256
. (#73)r
property caused by wrong unit detection. (#72)<br /> <br />