Fence Around My Quirky House

Fence Around My Quirky House - DrawGPT

Info

Created On: February 28, 2025
Created By: User #0
Can you create me a drawing of a fence that outlines my house where there are 45 total posts, with 8 feet between each post? The back wall of the fence has 13 posts, with two posts in the middle of the back wall being only four feet apart.
Bot
A hilarious fence with 45 posts outlining a house, featuring a “half-gap” surprise at the back! Who knew spacing could be so funny?

AI

Make: openai
Model:

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-16T23:20:54+00:00
-->
<svg id="svg_house_fence" class="drawing" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 1024" >
<title>Fence Around My Quirky House</title>
<desc>A hilarious fence with 45 posts outlining a house, featuring a “half-gap” surprise at the back! Who knew spacing could be so funny?</desc>

<!-- Background -->
<rect id="background1" class="background" x="0" y="0" width="1024" height="1024" fill="#cceeff" />

<!-- Fence Outline -->
<!-- The fence is drawn as a continuous polyline going along the back, right, front (reversed) and left (reversed) walls -->
<polyline id="fenceOutline1" class="fence-outline" fill="none" stroke="#8B4513" stroke-width="8"
points="
52,952
132,952
212,952
292,952
372,952
452,952
532,952
572,952
652,952
732,952
812,952
892,952
972,952
970.18,872
968.36,792
966.55,712
964.73,632
962.91,552
961.09,472
959.27,392
957.45,312
955.64,232
953.82,152
952,72
872,72
792,72
712,72
632,72
552,72
472,72
392,72
312,72
232,72
152,72
72,72
70.18,152
68.36,232
66.55,312
64.73,392
62.91,472
61.09,552
59.27,632
57.46,712
55.64,792
53.82,872
52,952" />

<!-- Fence Posts -->
<!-- Back wall posts (13 posts) -->
<circle id="post-back-1" class="post" cx="52" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-2" class="post" cx="132" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-3" class="post" cx="212" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-4" class="post" cx="292" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-5" class="post" cx="372" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-6" class="post" cx="452" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-7" class="post" cx="532" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<!-- The middle gap is shorter: gap between post 7 (at x=532) and post 8 (at x=572) is only 40px = 4ft -->
<circle id="post-back-8" class="post" cx="572" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-9" class="post" cx="652" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-10" class="post" cx="732" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-11" class="post" cx="812" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-12" class="post" cx="892" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-back-13" class="post" cx="972" cy="952" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />

<!-- Front wall posts (12 posts) -->
<circle id="post-front-1" class="post" cx="72" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-2" class="post" cx="152" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-3" class="post" cx="232" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-4" class="post" cx="312" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-5" class="post" cx="392" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-6" class="post" cx="472" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-7" class="post" cx="552" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-8" class="post" cx="632" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-9" class="post" cx="712" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-10" class="post" cx="792" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-11" class="post" cx="872" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-front-12" class="post" cx="952" cy="72" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />

<!-- Left wall posts (internal posts only, 10 posts, excluding the shared corners) -->
<circle id="post-left-1" class="post" cx="53.82" cy="872" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-2" class="post" cx="55.64" cy="792" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-3" class="post" cx="57.46" cy="712" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-4" class="post" cx="59.27" cy="632" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-5" class="post" cx="61.09" cy="552" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-6" class="post" cx="62.91" cy="472" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-7" class="post" cx="64.73" cy="392" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-8" class="post" cx="66.55" cy="312" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-9" class="post" cx="68.36" cy="232" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-left-10" class="post" cx="70.18" cy="152" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />

<!-- Right wall posts (internal posts only, 10 posts, excluding the shared corners) -->
<circle id="post-right-1" class="post" cx="970.18" cy="872" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-2" class="post" cx="968.36" cy="792" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-3" class="post" cx="966.55" cy="712" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-4" class="post" cx="964.73" cy="632" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-5" class="post" cx="962.91" cy="552" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-6" class="post" cx="961.09" cy="472" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-7" class="post" cx="959.27" cy="392" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-8" class="post" cx="957.45" cy="312" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-9" class="post" cx="955.64" cy="232" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />
<circle id="post-right-10" class="post" cx="953.82" cy="152" r="6" fill="#f0e68c" stroke="#000000" stroke-width="2" />

</svg>
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.