Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
2013-03-26 14:39:50 -0700
Commit
efa5869c21fb49dd355e7425277ca3ab13573af5
1 parent
debf5a62
fix to not override a set fill color
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
MapView/Map/RMShape.m
MapView/Map/RMShape.m
View file @
efa5869
...
...
@@ -123,6 +123,7 @@
shapeLayer
.
lineWidth
=
scaledLineWidth
;
if
(
self
.
fillPatternImage
)
shapeLayer
.
fillColor
=
[[
UIColor
colorWithPatternImage
:
self
.
fillPatternImage
]
CGColor
];
if
(
lineDashLengths
)
...
...
Please
register
or
login
to post a comment