Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. calua
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by calua

    • RE: Placed vector image becomes raster?

      this worked!! Thank you 🙏

      posted in General Discussion
      calua
      calua
    • Placed vector image becomes raster?

      Hi!

      I have a script that loads a PDF containing some vector graphics. I place it inside my page, but when I save this as a PDF and open it in Illustrator all the once-vector images have now been rasterized.

      Am I doing something wrong?

      My code is basically:

      img = ImageObject()
      with img:
          image('some.pdf', (0,0))
      
      image(img, (x, y))
      

      I'm saving the resulting PDF from Drawbot's menu itself, if that makes a difference.

      posted in General Discussion
      calua
      calua