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
Do you want to request a feature or report a bug?
Feature
What is the current behavior? LayoutParameters has to be passed to SVGWriter::writeSvg.
What is the expected behavior?
A LayoutParameters could be provided in component library (layout-parameters.json) that will be used as default values for layout parameters. Thus, in DefaultSVGWriter we should be able to omit to provide a LayoutParameters in wrteSvg method in the case we don't need to override one of the layout parameters.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
PowSyBl Version: ...
OS Version: ...
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
LayoutParameters
has to be passed to SVGWriter::writeSvg.What is the expected behavior?
A
LayoutParameters
could be provided in component library (layout-parameters.json) that will be used as default values for layout parameters. Thus, inDefaultSVGWriter
we should be able to omit to provide aLayoutParameters
in wrteSvg method in the case we don't need to override one of the layout parameters.What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered: