Unverified Commit aa3552f9 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub
parent a171fead
......@@ -18,5 +18,7 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>UILaunchStoryboardName</key>
<string></string>
</dict>
</plist>
......@@ -19,6 +19,7 @@ targets:
info:
path: plists/Ios/Info.plist
properties:
UILaunchStoryboardName: ""
sources:
- "src/"
settings:
......
......@@ -85,7 +85,7 @@ class Clocks(private val layer: SkiaLayer): SkikoView {
.popStyle()
.build()
renderInfo.layout(Float.POSITIVE_INFINITY)
renderInfo.paint(canvas, 5f, 5f)
renderInfo.paint(canvas, 5f, 50f)
val frames = ParagraphBuilder(style, fontCollection)
.pushStyle(TextStyle().setColor(0xff9BC730L.toInt()).setFontSize(20f))
.addText("Frames: ${frame++}\nAngle: $rotate")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment