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
e53d1b31
Commit
e53d1b31
authored
Jul 31, 2017
by
SergeyLuzyanin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/feature/bug35307' into develop
parents
47d6d859
f547a00a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
common/Drawings/Format/Format.js
common/Drawings/Format/Format.js
+9
-0
No files found.
common/Drawings/Format/Format.js
View file @
e53d1b31
...
...
@@ -3635,6 +3635,15 @@ CUniFill.prototype =
if
(
unifill
.
fill
!=
null
)
{
this
.
fill
=
unifill
.
fill
.
createDuplicate
();
if
(
this
.
fill
.
type
===
c_oAscFill
.
FILL_TYPE_PATT
){
var
_patt_fill
=
this
.
fill
;
if
(
!
_patt_fill
.
fgClr
){
_patt_fill
.
setFgColor
(
CreateUniColorRGB
(
0
,
0
,
0
));
}
if
(
!
_patt_fill
.
bgClr
){
_patt_fill
.
bgClr
=
CreateUniColorRGB
(
255
,
255
,
255
);
}
}
}
if
(
unifill
.
transparent
!=
null
)
{
...
...
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