Setting Canvas Dimensions to "fit" #795
Replies: 6 comments
-
Thought I'd leave a follow up comment. If I edit the first line of the SVG, to read like this:
where 1023 x 790 is the size of the image, the svg will now resize accordingly. |
Beta Was this translation helpful? Give feedback.
-
I think this menu option is only meant to apply to editing mode. That is,
how you view the item whilst it's being edited. Not how the item behaves
when eventually used "in the wild".
…On Thu, 11 Oct 2018, 5:06 AM Bill-VA ***@***.***> wrote:
I want the exported SVG to auto resize depending on the available window
size, but when I choose "fit to content" from the select box in the Canvas
Dimensions option of Image Properties, after taking 30-60 seconds to
process, the dialog box disappears and the chosen "fit to content" setting
did not "stick".
BTW, I like how your editor assigns ID values to the svg elements.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#292>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKpC7h-fRJoJUJzfA_xWqZBaKa4XOo6ks5ujjcYgaJpZM4XWBeI>
.
|
Beta Was this translation helpful? Give feedback.
-
Of topic ... That xmlns:se URL should really be updated to GitHub.
…On Thu, 11 Oct 2018, 5:35 AM Bill-VA ***@***.***> wrote:
Thought I'd leave a follow up comment. If I edit the first line of the
SVG, to read like this:
<svg width="100%" height="100%" viewBox="0 0 1023 790" xmlns="
http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:se="http://svg-edit.googlecode.com" data-name="Layer 1">
where 1023 x 790 is the size of the image, the svg will now resize
accordingly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#292 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKpCzt5JDR5Z2PtVP6fdAxMSVhGC5nHks5ujj3cgaJpZM4XWBeI>
.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the input, @inspector71 . I think I'll change this to enhancement then accordingly... Re: the xmlns:se namespace... Namespaces don't actually need to resolve to an up-to-date URL (and XML tools shouldn't normally try to resolve them), though obviously that can be convenient for finding docs and such... I'd worry about breaking old code... |
Beta Was this translation helpful? Give feedback.
-
FWIW, you may also be interested in issue #267 if you hadn't seen that... |
Beta Was this translation helpful? Give feedback.
-
Fair enough Brett. Makes sense to be cautious.
…On Thu, 11 Oct 2018, 3:38 PM Brett Zamir ***@***.***> wrote:
Thanks for the input, @inspector71 <https://github.com/inspector71> . I
think I'll change this to enhancement then accordingly...
Re: the xmlns:se namespace... Namespaces don't actually need to resolve to
an up-to-date URL (and XML tools *shouldn't* normally try to resolve
them), though obviously that can be convenient for finding docs and such...
I'd worry about breaking old code...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#292 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKpC3yzNPvFOxmGGzj8VY9SBZFn0Kppks5ujstbgaJpZM4XWBeI>
.
|
Beta Was this translation helpful? Give feedback.
-
I want the exported SVG to auto resize depending on the available window size, but when I choose "fit to content" from the select box in the Canvas Dimensions option of Image Properties, after taking 30-60 seconds to process, the dialog box disappears and the chosen "fit to content" setting did not "stick".
BTW, I like how your editor assigns ID values to the svg elements.
Beta Was this translation helpful? Give feedback.
All reactions