|
|
@ -503,10 +503,10 @@ class Config(CommonConfig): |
|
|
|
"useful for writing output directly in html") |
|
|
|
"useful for writing output directly in html") |
|
|
|
|
|
|
|
|
|
|
|
force_uri_protocol = Key( |
|
|
|
force_uri_protocol = Key( |
|
|
|
None, str, "Misc", |
|
|
|
'https', str, "Misc", |
|
|
|
"Default uri protocol", |
|
|
|
"Default uri protocol", |
|
|
|
"In case of rendering the svg as a data uri, it is mandatory to " |
|
|
|
"Default protocol for external files. " |
|
|
|
"specify a protocol. It can be set to http or https") |
|
|
|
"Can be set to None to use a // uri") |
|
|
|
|
|
|
|
|
|
|
|
explicit_size = Key( |
|
|
|
explicit_size = Key( |
|
|
|
False, bool, "Misc", "Write width and height attributes") |
|
|
|
False, bool, "Misc", "Write width and height attributes") |
|
|
|