Jump to content
You must now use your email address to sign in [click for more info] ×

rgchris

Members
  • Posts

    3
  • Joined

  • Last visited

  1. The following SVG shape stops parsing at the double zero (permitted in this case as these values represent boolean values, not scalars): <svg viewBox="0,0,100,75" width="100" height="75" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"> <path d=" M30 65 h-11 v-55 h21 l10 38 l10-38 h21 v55 h-11 v-36.5 c0-.5-.5-1-.5-1 c-.5-.5-1-.5-1.5-.5 c-.5 0-1 0-1.5.5 c0 .5-.5.5-.5 1 l-9 36.5 h-14 l-9-36.5 c-.5-1-1-1.5-2.5-1.5 a2 2 0 00-1 .5 c-.5.5-.5.5-.5 1 v36.5 z " fill="black"/> </svg> Changing the line a2 2 0 00-1 .5 to a2 2 0 0 0-1 .5 allows the shape to load correctly hinting at this being a parsing error.
  2. I see a few feature requests for exports to default to the documents folder when saving, however I'd like for exports to have their own file path and operations (such as changing that path) be relative to that path. Example: I'm working on logo.afdesign in my Work/ folder. I want the exports to go to Site/html/assets/ folder. As of now, I'm constantly having to drill through several directories every time I want to add an export or make changes. Woe betide if I'm switching between documents in different Work/ folders exporting to yet other Site/ folders.
  3. The text styles in Designer 1.5 seem to work well. However, I have a paragraph style that has a large margin top and bottom and would like to use a soft return (typically Shift-Return, sort of equivalent to <br> in HTML) to start a new line without starting a new paragraph. Is there a way to do this?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.