Skip to content

Commit

Permalink
add:
Browse files Browse the repository at this point in the history
- Fixed error in polyline when sinAngle is < 1. the value of expandWidth was too much. [#12434](#12434)
  • Loading branch information
mickae1 committed Jan 25, 2025
1 parent 19f9a08 commit 599b1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Fixed type of `ImageryLayer.fromProviderAsync`, to correctly show that the param `options` is optional. [#12400](https://github.com/CesiumGS/cesium/pull/12400)
- Fixed Draco decoding for vertex colors that are normalized `UNSIGNED_BYTE` or `UNSIGNED_SHORT`. [#12417](https://github.com/CesiumGS/cesium/pull/12417)
- Fixed type error when setting `Viewer.selectedEntity` [#12303](https://github.com/CesiumGS/cesium/issues/12303)
- Fixed error in polyline when sinAngle is < 1. the value of expandWidth was too much. [#12434](https://github.com/CesiumGS/cesium/pull/12434)

## 1.125 - 2025-01-02

Expand Down

0 comments on commit 599b1fe

Please sign in to comment.