Maximum size of a vector shape

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Re: Maximum size of a vector shape

    maybe only the vector code writer at macromedia knows that one.

    seems easy to write a test loop that expands the dimensions of a 2 or 3
    point vector member until the taboo value is reached.

    soumds like your code schem needs revision to avoid this case anyway,
    perhaps scaling the values when defining the vector member, until
    scaling the sprite to fit the screen, line thicknesses can get goofy
    scaling vectors on screen.
    JB Guest

  2. Similar Questions and Discussions

    1. application requires an Xtra (vector Shape)...?
      I am getting the error "This application requires an Xtra (vector Shape) that either does not exist or failed to initialize properly. Please make...
    2. Vector Shape error
      Hi I was wondering if anyone had any information how to fix this or if has happened to them when creating Vector shapes you can create maybe 2 or 3...
    3. vector shape looks jagged
      I created some very simple characters (letters) and when I print them at 100 %, there are some "bumps" on most characters which I can't explain (my...
    4. How can I copy a vector shape from Freehand MX to PhotoShop 6
      Question I prepare my shape in Freehand MX and try to copy as "Shape Layer" into Photoshop 6, but I can not. The message is displayed as ; "Could...
    5. vector shape coordinate space
      Anyone know what the maximum size of the coordinate space + and - for a vector shape. I need to be able to check against this to stop invalid...
  3. #2

    Default Maximum size of a vector shape

    Sorry for the repeat post but does
    anyone know what the maximum size of the coordinate space + and - for a
    vector shape. I'm plotting a dynamically scalable graph which can be quite
    large in size. This is clipped to a fixed sprite on the stage. However at
    large scales I keep getting invalid vertex lists (I assume this is because
    the numbers being stored within the vertices are too big). I therefore need
    to know the maximum extents of a vectorshape.

    Thanks in advance



    Stephen Whipp Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139