summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/luatikz/example/shadea.lua
blob: 31e28dd31468331e0999377229796b7330fe4569 (plain)
1
2
3
4
5
6
7
8
9
tikz.within( '*' )

shade{
	ball_color = gray,
	circle{
		at = p0,
		radius = 2,
	},
}