Skip to content

Commit

Permalink
fix missed SerialName for RoundShape hidden prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhirkevich Alexander Y authored and Zhirkevich Alexander Y committed Oct 29, 2024
1 parent 46b008c commit f0666f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ internal class RoundShape(
@SerialName("nm")
override val name : String? = null,

@SerialName("hd")
override val hidden : Boolean = false,

@SerialName("r")
Expand Down

0 comments on commit f0666f4

Please sign in to comment.