## cl.arkui.1 Change in the Priority of alignContent and align Attributes for \<Stack>
## cl.arkui.1 Change in the Priority of alignContent and align Attributes for the \<Stack> Component
Changed the priority of **alignContent** and **align** as follows:
...
...
@@ -11,7 +11,6 @@ API version 10 and later: The last set attribute prevails.
When two attributes provide the same functions, the last set attribute takes effect. This rule applies to **alignContent** and **align**, both of which set the alignment mode when used for the **\<Stack>** component.
**Example**
```ts
// xxx.ets
@Entry
...
...
@@ -41,3 +40,49 @@ API version 10 and later: Child components are arranged based on the **alignCont
**Change Impact**
When both **alignContent** and **align** attributes are set, the last set attribute prevails.
## cl.arkui.2 Behavior Change of the fillText and strokeText APIs of the \<Canvas> Component
When the **fillText** and **strokeText** APIs are used to draw text, no text wrapping occurs.