sarutak commented on PR #53864: URL: https://github.com/apache/spark/pull/53864#issuecomment-3959127758
@yaooqinn I looked into the issue @pan3793 reported and I noticed that [resizeSvg](https://github.com/apache/spark/blob/master/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.js#L153) resizes SVG even without `viewBox`. So I think one of the simple way to fix the issue is just reverting this change. Or, do you have any concern without `viewBox` besides resizing SVG? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
