Jump to content

netsi1964

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Denmark

Recent Profile Visitors

905 profile views
  1. All I wish for is the support for CSS 3 part of SVG 2 :-)
  2. Thanks Sean. It is valid not to parse post CSS-2 color values, as you state - since SVG 1.1 is only defined to be understanding CSS-2. However in SVG 2 it is expected/discussed (?) that CSS-3 colors will/should be supported (https://dev.w3.org/SVG/modules/color/master/SVGColor.html) :-) But I understand. Would be great then if Affinity Designer/Photo would allow for javascript based macros (like in say Sketch), so that users could build code to handle incoming CSS-3 based SVG files, and then convert any CSS-3 color to say "fill-opacity".
  3. Hi, Seems that colors in SVG files using RGBA (RGB with Alpha value) is rendered with 100% opacity. I have attached an example SVG file. Did I mention that also HSLA colors are not handled correctly? /Sten myspace.svg
  4. Thank you "Bri-Toon". Your comment is appreciated. Yes, it can be done - however in the SVG it is defined that a clip-path should be used. The editing you show in the video is fine, but requires you to re-do some previously defined effects. <clipPath id="_clip1"> <circle cx="753.167" cy="130.706" r="47.226"/> </clipPath> <g clip-path="url(#_clip1)"> <path d="M716.394,89.48C714.213,124.809 717.351,163.709 753.167,178.48L738.491,198.48C701.469,171.025 700.804,123.732 704.491,87.48L716.394,89.48ZM743.844,78.48C741.663,113.809 744.801,152.709 780.617,167.48L765.941,187.48C728.919,160.025 728.254,112.732 731.941,76.48L743.844,78.48ZM766.941,70.84C764.76,106.168 775.125,134.709 810.941,149.48L795.941,167.48C758.919,140.025 747.254,107.091 750.941,70.84L766.941,70.84Z"/> </g> SVG has the "clipPath" tag to define a clipping path, and the attribute "clip-path" which uses the defined path as a clipping path. That relation is lost during import. I realize that it would be hard to implement :-) But imagine a complex SVG drawing with say 150 clipping paths, perhaps even reused clipping paths - that would take hours to re-do using your method.
  5. I have an example SVG file where the clipping does not work. bee.svg
  6. Hi, Would be great if you could select something and then right click to make document the size of the selection (crop document to selection). Perhaps with an option to enter some padding around the object. /Sten Hougaard
  7. It seems that pasting text-styles is not working (as I would expect). For instance if I copy a text element with a 23pt text size, pasting it to another text element will not apply that size. How would you do that? I also tried the "Create style" but I guess I do not understand using that one...
  8. Hi, Excited about new option in Affinity Designer 1.4 to be able to set rotation center. However I have some feature request regarding to it: Center should be available in Transform area so that you can enter one, not only setting it by dragging in a point A way to reuse a center point across elements, perhaps by Cmd+click on a rotation point "locking" it across elements. Set a center point (say by dragging it) Cmd-click on it to lock it for reuse Rotate another element using same locked center point Cmd-click on it again to release it
  9. I would love it be able to TAB between: - Points in Node Tool - Objects in Move tool Tab => forward to next (or first if last is active) Shift-Tab => backward to previous (or first if last is active)
×
×
  • 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.