forked from organicmaps/organicmaps
[iOS] Reduced compass arrow size
This commit is contained in:
parent
4965ff89bf
commit
61be9e3182
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@
|
|||
|
||||
CGAffineTransform matrix = CGAffineTransformMakeTranslation(w2, w2);
|
||||
matrix = CGAffineTransformRotate(matrix, -angle);
|
||||
matrix = CGAffineTransformTranslate(matrix, -w2, -w2);
|
||||
matrix = CGAffineTransformTranslate(matrix, -w2 + w2 * 0.15, -w2 + w2 * 0.15);
|
||||
matrix = CGAffineTransformScale(matrix, 0.85, 0.85);
|
||||
[aPath applyTransform:matrix];
|
||||
|
||||
// Set color: a8a8a8.
|
||||
[self.color setFill];
|
||||
[aPath fill];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue