We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disableAutoWrapLine: true
none
const graphics = []; graphics.push( VRender.createRichText({ "fontSize": 14, "fill": "#FF8A00", "fontFamily": "PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol", "textAlign": "center", "textBaseline": "middle", "boundsPadding": [ -1, 0, -1, 0 ], "visible": true, "fontWeight": "normal", "fillOpacity": 1, "pickable": false, "lineJoin": "bevel", "stroke": "#ffffff", "width": 50, "height": 40, "ellipsis": true, "disableAutoWrapLine": true, "x": 446.334013251786, "y": 198.39408125844088, "angle": 0, "lineWidth": 0, "textConfig": [ { "text": "aluminum1111111\n", "fontSize": 14, "fontWeight": "bold", "fill": "red" }, { "text": "1.13%", "fontSize": 14, "lineThrough": true, "underline": true, "fill": "green" } ], "z": 0, "id": "vrender-component-arc-label-2", "opacity": 1, "strokeOpacity": 1 }) ); const stage = new Stage({ container: CONTAINER_ID, autoRender: true }); graphics.forEach(g => { stage.defaultLayer.add(g); });
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
neuqzxy
No branches or pull requests
Version
none
Link to Minimal Reproduction
none
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: