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
dbe241f4
authored
Aug 26, 2010
by
Dmitry Baranovskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.5.2 hot fix for scale method
parent
4f2accdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
raphael-min.js
+0
-0
raphael.js
+4
-4
No files found.
raphael-min.js
View file @
dbe241f4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
dbe241f4
/*!
/*!
* Raphael 1.5.
1
- JavaScript Vector Library
* Raphael 1.5.
2
- JavaScript Vector Library
*
*
* Copyright (c) 2010 Dmitry Baranovskiy (http://raphaeljs.com)
* Copyright (c) 2010 Dmitry Baranovskiy (http://raphaeljs.com)
* Licensed under the MIT (http://
www.opensource.org/licenses/mit-license.php
) license.
* Licensed under the MIT (http://
raphaeljs.com/license.html
) license.
*/
*/
(
function
()
{
(
function
()
{
function
R
()
{
function
R
()
{
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
}
}
return
create
[
apply
](
R
,
arguments
);
return
create
[
apply
](
R
,
arguments
);
}
}
R
.
version
=
"1.5.
1
"
;
R
.
version
=
"1.5.
2
"
;
var
separator
=
/
[
,
]
+/
,
var
separator
=
/
[
,
]
+/
,
elements
=
{
circle
:
1
,
rect
:
1
,
path
:
1
,
ellipse
:
1
,
text
:
1
,
image
:
1
},
elements
=
{
circle
:
1
,
rect
:
1
,
path
:
1
,
ellipse
:
1
,
text
:
1
,
image
:
1
},
formatrg
=
/
\{(\d
+
)\}
/g
,
formatrg
=
/
\{(\d
+
)\}
/g
,
...
@@ -2902,7 +2902,7 @@
...
@@ -2902,7 +2902,7 @@
p
[
path
[
i
][
length
]
-
1
]
*=
fy
;
p
[
path
[
i
][
length
]
-
1
]
*=
fy
;
p
[
1
]
*=
kx
;
p
[
1
]
*=
kx
;
p
[
2
]
*=
ky
;
p
[
2
]
*=
ky
;
p
[
5
]
=
+
(
dirx
+
diry
?
!
+
p
[
4
]
:
!!+
p
[
4
]);
p
[
5
]
=
+
(
dirx
+
diry
?
!
!+
p
[
5
]
:
!+
p
[
5
]);
}
else
if
(
P0
==
"H"
)
{
}
else
if
(
P0
==
"H"
)
{
for
(
var
j
=
1
,
jj
=
p
[
length
];
j
<
jj
;
j
++
)
{
for
(
var
j
=
1
,
jj
=
p
[
length
];
j
<
jj
;
j
++
)
{
p
[
j
]
*=
fx
;
p
[
j
]
*=
fx
;
...
...
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