projects
/
redact.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improved imagedir support.
[redact.git]
/
test
/
red_rect.rb
1
# $Id: red_rect.rb 1 2005-03-26 01:32:38Z tilman $
2
3
include Redact
4
5
EDJE.collection("red_rect") do |c|
6
c.part("rect", :rect) do |p|
7
p.description.color = "#ff"
8
end
9
end