Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptCollection
/
paper.js
Public
forked from
paperjs/paper.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
paper.js
src
ui
on
intersect-fix
User selector
All users
All time
Commit history
Commits on Oct 25, 2013
Fix spelling mistake in CanvasView#initialize. Closes #316.
puckey
committed
61ecf44
View commit details
Copy full SHA for 61ecf44
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Docs: Various smaller clean ups.
lehni
committed
c945bf7
View commit details
Copy full SHA for c945bf7
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Improve CanvasView constructor.
Show description for 7285ec6
lehni
committed
7285ec6
View commit details
Copy full SHA for 7285ec6
View code at this point
Browse repository at this point
Commits on Oct 10, 2013
Switch from options.browser and options.node to options.environment
lehni
committed
c68a7d3
View commit details
Copy full SHA for c68a7d3
View code at this point
Browse repository at this point
Replace typeof x !== 'undefined' checks with typeof x === 'object'.
lehni
committed
6b45a93
View commit details
Copy full SHA for 6b45a93
View code at this point
Browse repository at this point
Optimise DomElement.getPrefixValue()
lehni
committed
d158056
View commit details
Copy full SHA for d158056
View code at this point
Browse repository at this point
Implement support for Hi-DPI canvas on Retina screens.
lehni
committed
22e13df
View commit details
Copy full SHA for 22e13df
View code at this point
Browse repository at this point
Commits on Aug 24, 2013
Fix documentation irregularities.
lehni
committed
19c7788
View commit details
Copy full SHA for 19c7788
View code at this point
Browse repository at this point
Remove caching of inverse transform.
Show description for cd74aaf
lehni
committed
cd74aaf
View commit details
Copy full SHA for cd74aaf
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
Fix typos in comments.
lehni
committed
6b19f25
View commit details
Copy full SHA for 6b19f25
View code at this point
Browse repository at this point
Commits on Jul 20, 2013
Separate requesting and handling of animation frames.
Show description for ec121ca
lehni
committed
ec121ca
View commit details
Copy full SHA for ec121ca
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Fix faulty comment about _handleFrameItems.
lehni
committed
cd40bd2
View commit details
Copy full SHA for cd40bd2
View code at this point
Browse repository at this point
Use fire('frame') instead of onFrame(), to correctly handle frame events on Node.
lehni
committed
3224876
View commit details
Copy full SHA for 3224876
View code at this point
Browse repository at this point
Commits on Jun 27, 2013
Improved PrePro to be able to dynamically load Node.js code too, and improve load.js to handle both environments.
Show description for 4f5dac8
lehni
committed
4f5dac8
View commit details
Copy full SHA for 4f5dac8
View code at this point
Browse repository at this point
Improve handling of Stats.
Show description for f572ad9
lehni
committed
f572ad9
View commit details
Copy full SHA for f572ad9
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
Remove static create() methods from LinkedPoint/Size/Rectangle, and give them initialize() methods instead that also name the classes in debugging.
lehni
committed
3d5ae37
View commit details
Copy full SHA for 3d5ae37
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Remove need for all special arguments in minification, and restructure code to avoid warnings.
lehni
committed
1866e4f
View commit details
Copy full SHA for 1866e4f
View code at this point
Browse repository at this point
Prevent separate View file in docs.
lehni
committed
78a3e87
View commit details
Copy full SHA for 78a3e87
View code at this point
Browse repository at this point
Move PaperScript.get/setAttribute() to PaperScope.
lehni
committed
fa3f91a
View commit details
Copy full SHA for fa3f91a
View code at this point
Browse repository at this point
Bring back _class names, since code minification breaks reliance on constructor.name.
Show description for a4535ed
lehni
committed
a4535ed
View commit details
Copy full SHA for a4535ed
View code at this point
Browse repository at this point
Commits on May 28, 2013
Rename options.server to options.node
lehni
committed
6fa6c02
View commit details
Copy full SHA for 6fa6c02
View code at this point
Browse repository at this point
Remove all create() constructors for basic types since new constructors are now faster.
Show description for cd7db56
lehni
committed
cd7db56
View commit details
Copy full SHA for cd7db56
View code at this point
Browse repository at this point
Remove need for _needsRedraw() calls by replacing it with a boolean flag.
lehni
committed
4e6f52c
View commit details
Copy full SHA for 4e6f52c
View code at this point
Browse repository at this point
Accessors cannot define the writable property.
lehni
committed
70d6050
View commit details
Copy full SHA for 70d6050
View code at this point
Browse repository at this point
Commits on May 27, 2013
Implement a better way to name and export class constructors.
Show description for 10d5de3
lehni
committed
10d5de3
View commit details
Copy full SHA for 10d5de3
View code at this point
Browse repository at this point
Change straps.js to directly use initialize() as constructor function rather than redirecting calls to it.
Show description for 369b329
lehni
committed
369b329
View commit details
Copy full SHA for 369b329
View code at this point
Browse repository at this point
Commits on May 9, 2013
Implement dontLink parameters for View getters.
lehni
committed
67aacb9
View commit details
Copy full SHA for 67aacb9
View code at this point
Browse repository at this point
Fix issues with running paper.js in node.
Show description for 8dbe1f4
lehni
committed
8dbe1f4
View commit details
Copy full SHA for 8dbe1f4
View code at this point
Browse repository at this point
Commits on May 7, 2013
Add jQuery style aliases to Callback and use #on() in the examples rather than #attach().
lehni
committed
b59a98f
View commit details
Copy full SHA for b59a98f
View code at this point
Browse repository at this point
Commits on Apr 10, 2013
Avoid endless recursion when changing view from onFrame handler.
Show description for 96b886a
lehni
committed
96b886a
View commit details
Copy full SHA for 96b886a
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Remove all left-overs of call chaining, except for where it's in use.
lehni
committed
1d1e642
View commit details
Copy full SHA for 1d1e642
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Fix issue with click events on items.
Show description for 52af99d
lehni
committed
52af99d
View commit details
Copy full SHA for 52af99d
View code at this point
Browse repository at this point
Clean up mouse-handling code and add support for Project#options.hitTolerance.
lehni
committed
8185cc0
View commit details
Copy full SHA for 8185cc0
View code at this point
Browse repository at this point
Clean up mouse handling code.
lehni
committed
7ca22cd
View commit details
Copy full SHA for 7ca22cd
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
View example documentation.
puckey
committed
419d9f2
View commit details
Copy full SHA for 419d9f2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.