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

MacinDl

New Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, from time to time I have a problem with perspective. How to make it "straight" because from some reason now it is curved. How to fix it? Thanks in advance
  2. I have a very serious problem. I drawed a box at Affinity Designer, looks like in the picture. I converted ofc everything into curves and (when saving at svg) choose "saving area without background". But from some reason i got svg code: <svg width="100%" height="100%" viewBox="0 0 620 253" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <g transform="matrix(1,0,0,1,-167,-893)"> <g id="thrree" transform="matrix(1,0,0,1.02235,0,-23.5307)"> <path d="M787,896.497L343,896.497L167,1053L677,1053L787,896.497Z" style="fill:rgb(0,73,255);"/> </g> <path id="two" d="M787,893L677,1053L677,1146L787,985L787,893Z" style="fill:rgb(167,0,255);"/> <g id="one" transform="matrix(1.14607,0,0,1.22368,65,130.342)"> <rect x="89" y="754" width="445" height="76" style="fill:rgb(167,0,255);"/> </g> </g> </svg> My question is, why: 1. everything is in one group 2. and one rect and one path is also grouped? I don't want to have them grouped! They need to be just inside svg tag. I know i can remove unwanted code by myself, but i have a lof to boxes like that and I don't want to do it manually.
  3. Hello everyone, i have a problem - when i draw a path (using pen tool or by converting rectangle into curves). Only what I want, is to draw a rectangle fulfilled by some color. But when i use either pen tool or rectangle which is converting into curves i get something like that (IMPORTANT: I save it as svg file): <g id="room_307" transform="matrix(1.03426,0.00955992,-0.0069695,0.754011,-83.5402,-23.185)"> <path id="room_307-side2" d="M247.067,132.2L369.391,208.072L369.469,196.604L246.978,120.847L247.067,132.2Z" style="fill:rgb(50,94,149);"/> <g id="room_307-side1" transform="matrix(1.08682,-1.77693e-18,3.46945e-18,1,-60.3162,-4.96941e-05)"> <path d="M694.644,137.145L694.736,148.846L395.871,157.918L472.731,194.687L472.561,205.538L395.381,208.072L395.453,196.604L402.032,183.95L367.406,147.344L694.644,137.145Z" style="fill:rgb(46,87,138);"/> </g> <path id="room_307-top" d="M643.279,105.307L694.644,137.145L365.161,147.901L453.457,194.687L369.469,196.604L246.978,120.847L643.279,105.307Z" style="fill:rgb(0,52,112);"/> </g> Everything is ok when i get path (like in room_307-side2 and room_307-top - that's ok). But exactly in the same way I made room_307-side1 - and for some reason it is grouped and a path is inside - which is incorrect (it is showed ok, but i cant have it like above). Copying room_307-side2 and renaming it makes the same result as I described. :( As attachement I show you what my setting are... What do I wrong and how to fix it?
×
×
  • 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.