Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
028b208a
Commit
028b208a
authored
Jun 17, 2016
by
alexey.musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] правки для сборки компонент скриптом
parent
696cf608
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/Native/Wrappers/ShapeDrawer.js
common/Native/Wrappers/ShapeDrawer.js
+3
-3
No files found.
common/Native/Wrappers/ShapeDrawer.js
View file @
028b208a
...
...
@@ -801,7 +801,7 @@ CShapeDrawer.prototype =
if
(
mode
==
"
none
"
||
this
.
bIsNoFillAttack
)
return
;
if
(
this
.
Graphics
.
IsTrack
)
if
(
this
.
Graphics
.
IsTrack
&&
this
.
Graphics
.
m_oOverlay
)
this
.
Graphics
.
m_oOverlay
.
ClearAll
=
true
;
if
(
this
.
Graphics
.
IsSlideBoundsCheckerType
)
...
...
@@ -984,8 +984,8 @@ CShapeDrawer.prototype =
this
.
Graphics
.
m_oContext
.
lineJoin
=
this
.
OldLineJoin
;
}
var
arr
=
(
this
.
Graphics
.
IsTrack
===
true
)
?
this
.
Graphics
.
Graphics
.
ArrayPoints
:
this
.
Graphics
.
ArrayPoints
;
if
(
arr
!=
null
&&
arr
.
length
>
1
&&
this
.
IsCurrentPathCanArrows
===
true
)
var
arr
=
(
this
.
Graphics
.
IsTrack
===
true
)
?
(
this
.
Graphics
.
Graphics
?
this
.
Graphics
.
Graphics
.
ArrayPoints
:
null
)
:
this
.
Graphics
.
ArrayPoints
;
if
(
arr
!=
undefined
&&
arr
!=
null
&&
arr
.
length
>
1
&&
this
.
IsCurrentPathCanArrows
===
true
)
{
this
.
IsArrowsDrawing
=
true
;
// значит стрелки есть. теперь:
...
...
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