Unverified Commit aa3552f9 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub
parent a171fead
...@@ -18,5 +18,7 @@ ...@@ -18,5 +18,7 @@
<string>1.0</string> <string>1.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>UILaunchStoryboardName</key>
<string></string>
</dict> </dict>
</plist> </plist>
...@@ -19,6 +19,7 @@ targets: ...@@ -19,6 +19,7 @@ targets:
info: info:
path: plists/Ios/Info.plist path: plists/Ios/Info.plist
properties: properties:
UILaunchStoryboardName: ""
sources: sources:
- "src/" - "src/"
settings: settings:
......
...@@ -85,7 +85,7 @@ class Clocks(private val layer: SkiaLayer): SkikoView { ...@@ -85,7 +85,7 @@ class Clocks(private val layer: SkiaLayer): SkikoView {
.popStyle() .popStyle()
.build() .build()
renderInfo.layout(Float.POSITIVE_INFINITY) renderInfo.layout(Float.POSITIVE_INFINITY)
renderInfo.paint(canvas, 5f, 5f) renderInfo.paint(canvas, 5f, 50f)
val frames = ParagraphBuilder(style, fontCollection) val frames = ParagraphBuilder(style, fontCollection)
.pushStyle(TextStyle().setColor(0xff9BC730L.toInt()).setFontSize(20f)) .pushStyle(TextStyle().setColor(0xff9BC730L.toInt()).setFontSize(20f))
.addText("Frames: ${frame++}\nAngle: $rotate") .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