Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8f74e736
authored
Apr 24, 2016
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some typos
parent
5e868e42
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
dev/raphael.core.js
+3
-3
dev/raphael.svg.js
+1
-1
raphael.js
+4
-4
raphael.no-deps.js
+4
-4
No files found.
dev/raphael.core.js
View file @
8f74e736
...
...
@@ -2821,7 +2821,7 @@ define(["eve"], function(eve) {
* Raphael.el
[ property (object) ]
**
* You can add your own method to elements. This is useful
l
when you want to hack default functionality or
* You can add your own method to elements. This is useful when you want to hack default functionality or
* want to wrap some common transformation or attributes in one method. In difference to canvas methods,
* you can redefine element method at any time. Expending element methods wouldn’t affect set.
> Usage
...
...
@@ -3068,7 +3068,7 @@ define(["eve"], function(eve) {
* Element.data
[ method ]
**
* Adds or retrieves given value asociated with given key.
* Adds or retrieves given value as
s
ociated with given key.
**
* See also @Element.removeData
> Parameters
...
...
@@ -3177,7 +3177,7 @@ define(["eve"], function(eve) {
- mcontext (object) #optional context for moving handler
- scontext (object) #optional context for drag start handler
- econtext (object) #optional context for drag end handler
* Additionaly following `drag` events will be triggered: `drag.start.<id>` on start,
* Additional
l
y following `drag` events will be triggered: `drag.start.<id>` on start,
* `drag.end.<id>` on end and `drag.move.<id>` on every move. When element will be dragged over another element
* `drag.over.<id>` will be fired as well.
*
...
...
dev/raphael.svg.js
View file @
8f74e736
...
...
@@ -1346,7 +1346,7 @@ define(["./raphael.core"], function(R) {
* Paper.renderfix
[ method ]
**
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
a
nt
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
e
nt
* on other elements after reflow it could shift half pixel which cause for lines to lost their crispness.
* This method fixes the issue.
**
...
...
raphael.js
View file @
8f74e736
...
...
@@ -2896,7 +2896,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Raphael.el
[ property (object) ]
**
* You can add your own method to elements. This is useful
l
when you want to hack default functionality or
* You can add your own method to elements. This is useful when you want to hack default functionality or
* want to wrap some common transformation or attributes in one method. In difference to canvas methods,
* you can redefine element method at any time. Expending element methods wouldn’t affect set.
> Usage
...
...
@@ -3143,7 +3143,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Element.data
[ method ]
**
* Adds or retrieves given value asociated with given key.
* Adds or retrieves given value as
s
ociated with given key.
**
* See also @Element.removeData
> Parameters
...
...
@@ -3252,7 +3252,7 @@ return /******/ (function(modules) { // webpackBootstrap
- mcontext (object) #optional context for moving handler
- scontext (object) #optional context for drag start handler
- econtext (object) #optional context for drag end handler
* Additionaly following `drag` events will be triggered: `drag.start.<id>` on start,
* Additional
l
y following `drag` events will be triggered: `drag.start.<id>` on start,
* `drag.end.<id>` on end and `drag.move.<id>` on every move. When element will be dragged over another element
* `drag.over.<id>` will be fired as well.
*
...
...
@@ -7209,7 +7209,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Paper.renderfix
[ method ]
**
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
a
nt
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
e
nt
* on other elements after reflow it could shift half pixel which cause for lines to lost their crispness.
* This method fixes the issue.
**
...
...
raphael.no-deps.js
View file @
8f74e736
...
...
@@ -2896,7 +2896,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Raphael.el
[ property (object) ]
**
* You can add your own method to elements. This is useful
l
when you want to hack default functionality or
* You can add your own method to elements. This is useful when you want to hack default functionality or
* want to wrap some common transformation or attributes in one method. In difference to canvas methods,
* you can redefine element method at any time. Expending element methods wouldn’t affect set.
> Usage
...
...
@@ -3143,7 +3143,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Element.data
[ method ]
**
* Adds or retrieves given value asociated with given key.
* Adds or retrieves given value as
s
ociated with given key.
**
* See also @Element.removeData
> Parameters
...
...
@@ -3252,7 +3252,7 @@ return /******/ (function(modules) { // webpackBootstrap
- mcontext (object) #optional context for moving handler
- scontext (object) #optional context for drag start handler
- econtext (object) #optional context for drag end handler
* Additionaly following `drag` events will be triggered: `drag.start.<id>` on start,
* Additional
l
y following `drag` events will be triggered: `drag.start.<id>` on start,
* `drag.end.<id>` on end and `drag.move.<id>` on every move. When element will be dragged over another element
* `drag.over.<id>` will be fired as well.
*
...
...
@@ -6838,7 +6838,7 @@ return /******/ (function(modules) { // webpackBootstrap
* Paper.renderfix
[ method ]
**
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
a
nt
* Fixes the issue of Firefox and IE9 regarding subpixel rendering. If paper is depend
e
nt
* on other elements after reflow it could shift half pixel which cause for lines to lost their crispness.
* This method fixes the issue.
**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment