ScaleSvg

A builder to scale svg

class disseminate.builders.scalesvg.ScaleSvg(env, **kwargs)

A builder to scale svgs.

Parameters
parameters, argsTuple[pathlib.Path, str, tuple, list]

The input parameters (dependencies), including filepaths, for the build This tuple should have the ‘scale’ tuple value specified, which is the scale to increase or decrease the image. ex: (‘scale’, 2.0) will double the image size.

env: :obj:`.builders.Environment`

The build environment

run_cmd_args()

Format the action, if it’s a string.

Returns
run_cmd_argsTuple[str]

A tuple of the arguments to run in a process.