File tree 1 file changed +3
-3
lines changed
src/main/scala/org/scalajs/dom/raw 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1895,15 +1895,15 @@ abstract class SVGTextContentElement
1895
1895
1896
1896
def getExtentOfChar (charnum : Int ): SVGRect = js.native
1897
1897
1898
- def getComputedTextLength (): Int = js.native
1898
+ def getComputedTextLength (): Double = js.native
1899
1899
1900
- def getSubStringLength (charnum : Int , nchars : Int ): Int = js.native
1900
+ def getSubStringLength (charnum : Int , nchars : Int ): Double = js.native
1901
1901
1902
1902
def selectSubString (charnum : Int , nchars : Int ): Unit = js.native
1903
1903
1904
1904
def getNumberOfChars (): Int = js.native
1905
1905
1906
- def getRotationOfChar (charnum : Int ): Int = js.native
1906
+ def getRotationOfChar (charnum : Int ): Double = js.native
1907
1907
1908
1908
def getEndPositionOfChar (charnum : Int ): SVGPoint = js.native
1909
1909
}
You can’t perform that action at this time.
0 commit comments