repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'ricardo'
[swftools.git]
/
spec
/
pattern.spec.rb
blob
c6040447fc2ab2242cd6b2aab8aa6957aed4a641
1
require File.dirname(__FILE__) + '/spec_helper'
2
3
describe "pdf conversion" do
4
5
convert_file "pattern.pdf" do
6
area_at(425,190,500,224).should_not_be_plain_colored
7
area_at(517,192,583,225).should_be_plain_colored
8
end
9
end