T Shirt Design Tool Html5 Canvas

Viewed 744 times
  1. Magento Products Designer Extension, HTML5 Canvas Designer, Fancy Product Designer. Online Product Designerfor Magento Printing Shop. Leading online product designer application for company offers online printing of t- shirt and apparel, phone case, business card, brochures, postcard, poster, flyer, magnetic sign, sticker, photo frame.
  2. Products Designer offers Online t-shirt designer software. Can be used as t-shirt creator, embroidery design, signs, message based on HTML5 technologies. Products Designer offers Online t-shirt designer software. Can be used as t-shirt creator, embroidery design, signs, message based on HTML5 technologies. Custom design tool for Photo.

Text Functions of HTML5 Online Design. User can always drag & drop those images on design canvas. Printing of t-shirt and apparel. Output vector (SVG) & Ready-to-Print (PDF); Use HTML5 Canvas. Key features of Product Design Tool - Product Designer Pro. T-shirt design business has. I was looking for an online t-shirt design tool and I chanced.

The t-shirt I have drawn on the HTML5 canvas won't completely fill, and I think that it is down to a bezier curve missing. Could anyone help me identify where, as I'd like to get the entire t-shirt filled and I'm struggling to figure out how.

HTML:

Live demonstration: http://jsfiddle.net/rtnq8mjL/6/

methuselahmethuselah
5,30834 gold badges109 silver badges206 bronze badges
DesignHtml5
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.

Free Online T Shirt Design Tool

Browse other questions tagged javascripthtml5canvas or ask your own question.

Active5 years, 10 months ago

I'm looking into creating a website that allows people to create their own designs for a certain product. This product can have straight lines, curves, squares, and various shapes. I would not only like these people to be able to free hand draw their own artwork, but also be able to drag and drop (or just click in an area) certain stock images onto the template. I started this project using HTML/Canvas, and have implemented the drawing of freehand/shapes/lines, but I've read a few places that say I should be using SVG for the images.

Reading that I should use SVG for images made me think that since I'm a novice on HTML and website design in general, that I should possibly be doing this differently. So I was wondering how some people would implement this. For a good concept, think of a web site that people can design their own T-Shirts. You just draw on a square canvas, circles/squares/lines/free hand, but can also stick stock photos on there. Thanks, and I'm not looking for code, just to know if I should be using a mix of HTML/SVG/Canvas, or something completely different that I don't know about.

to summarize....svg, or canvas.......or both, or something else completely.

trueCamelTypetrueCamelType

T Shirt Design Tool Html5 Canvas Free

1,1373 gold badges24 silver badges49 bronze badges

1 Answer

Canvas

Okay this is how i imagine you want it to work:

  1. Your customers select a tshirt size and style.
  2. An embedded application within your website allows the users to drawa nice design they want or import an image
  3. A price is calculated based on the size of the tshirt and the sizeof the print
  4. Upon succesful payment, you receive on your backend an image of theprint, the order details and you feed that image into your T-shirtprinting thingy, you print it and you post it.

If this is right you should consider this: http://svg-edit.googlecode.com/svn/branches/2.6/editor/svg-editor.html

You will probably want to remove some unnecessary tools from it and fire it up with different configurations based on what kind of tshirt the customer selected. One example is the t-shirt size. If a customer selects a small t-shirt you fire up a smaller drawing size. The list goes on.

You need to have some good JS skills however to be able to play around with SVG-edit because it is massive but from what i feel it fits perfectly to your purposes.

If you want to see the differences between SVG and Canvas read this: http://dev.opera.com/articles/view/svg-or-canvas-choosing-between-the-two/. Its pretty straightforward.

Now why did i suggest using SVG-edit? I don't know if there is any other application implemented using canvas that has so many tools and works so nice as SVG-edit.

It has everything you need, including a ''SAVE as PNG' function which will serve your purposes in case your t-shirt printer doesn't print SVG images.

T-shirts By Canvas

Nik Kyriakides

T Shirt Design Tool Html5 Canvas Design

Nik Kyriakides

Canvas T-shirts Brand

11.1k9 gold badges48 silver badges114 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Magento T Shirt Design Tool

Not the answer you're looking for? Browse other questions tagged html5imagecanvassvg or ask your own question.