Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9fdf775

Browse files
dnfieldbdero
andauthored
Update impeller/entity/contents/text_contents.h
Co-authored-by: Brandon DeRosier <x@bdero.me>
1 parent c288069 commit 9fdf775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/entity/contents/text_contents.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class TextContents final : public Contents {
5757

5858
private:
5959
TextFrame frame_;
60-
Scalar scale_;
60+
Scalar scale_ = 1.0;
6161
Color color_;
6262
Scalar inherited_opacity_ = 1.0;
6363
Vector2 offset_;

0 commit comments

Comments
 (0)