git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed memory realloc issue in xpdf
[swftools.git]
/
spec
/
pattern.spec.rb
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