FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1448 : Enhancement: add skewX() and skewY() to Processing in 2D
Last modified: 2010-03-31 03:06
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
J David Eisenberg
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Changes to files that implement skewX() and skewY() in JAVA2D and P2D
application/octet-stream
2010-01-27 13:21
79.01 KB
SVN diff output for skewX/skewY patch against v6414
patch
2010-03-19 16:13
4.63 KB
Contains documentation files to include in reference.zip
application/zip
2010-03-25 19:15
5.45 KB
XML format reference files for skewX/skewY
application/zip
2010-03-26 11:06
2.75 KB
Description
: Opened: 2010-01-27 13:20
Some code for skewX() and skewY() already exists; the attached .tgz file
contains changed files to implement it in JAVA2D and P2D.
I have added skewX and skewY to the keywords.txt file, but they don't
highlight properly in pde. I can't figure that one out.
I don't see any button that allows me to add an attachment; if I can't do
it here, I'll upload the .tgz file to
http://langintro.com/processing/skew_patches_10_01_27.tgz
Additional Comment
#1 From J David Eisenberg 2010-01-27 13:21
edit
]
Changes to files that implement skewX() and skewY() in JAVA2D and P2D
Additional Comment
#2 From J David Eisenberg 2010-03-19 16:13
edit
]
SVN diff output for skewX/skewY patch against v6414
Additional Comment
#3 From fry 2010-03-23 11:22
now fixed/added for core + android for 0182. thanks for your help.
Additional Comment
#4 From J David Eisenberg 2010-03-25 19:15
edit
]
Contains documentation files to include in reference.zip
Thank you for putting in the patch! I realized that I hadn't written the
corresponding pages for the reference.zip file; here they are.
Additional Comment
#5 From fry 2010-03-26 05:52
wow! thanks, that's really helpful. the reference is actually
auto-generated from xml files:
http://dev.processing.org/source/index.cgi/trunk/web/content/api_en/
i don't suppose you'd be willing to assemble a pair of xml files using this
format for us?
Additional Comment
#6 From J David Eisenberg 2010-03-26 11:06
edit
]
XML format reference files for skewX/skewY
XML files, as well as the images for skewX() and skewY(), are in this zip file.
(I'm not sure if the GIF files are auto-generated or not, so I included them)
Additional Comment
#7 From fry 2010-03-26 13:27
awesome! thanks.
Additional Comment
#8 From fry 2010-03-31 03:06
now added to the reference build, so it'll be updated next time a new
reference.zip is created. thanks again.