You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this feature has not yet been suggested by someone else.
Expected behavior
Sirius Desktop supports RoundedCornerStyleDescription with separate arcWidth and arcHeight attributes for various of its styles.
We will support a single borderRadius property at first. In the compatibility layer, if both arcWidth and arcHeight are set we will take the highest value.
Cuttings backs
Ideally we would support the whole CSS border-radius features, to allow for different radius on each of the 4 corners. This is not directly supported by SVG's <rect/> element but it could certainly be implemented by combining/overlaying mutiple rect with different radius settings.
Potential side effects
Edges which are connected to a rectangle or list container use the container's rectangular bounding box to compute their anchors, so with rounded corners the anchors can possibly looking disconnected. But this problem is already present with images for example.
The text was updated successfully, but these errors were encountered:
Expected behavior
Sirius Desktop supports
RoundedCornerStyleDescription
with separatearcWidth
andarcHeight
attributes for various of its styles.We will support a single
borderRadius
property at first. In the compatibility layer, if botharcWidth
andarcHeight
are set we will take the highest value.Cuttings backs
Ideally we would support the whole CSS
border-radius
features, to allow for different radius on each of the 4 corners. This is not directly supported by SVG's<rect/>
element but it could certainly be implemented by combining/overlaying mutiplerect
with different radius settings.Potential side effects
Edges which are connected to a rectangle or list container use the container's rectangular bounding box to compute their anchors, so with rounded corners the anchors can possibly looking disconnected. But this problem is already present with images for example.
The text was updated successfully, but these errors were encountered: