T Shirt Design Tool Html5 Canvas

Viewed 744 times
  1. T Shirt Design Tool Html5 Canvas Ideas
  2. Free Online T Shirt Design Tool
  3. Magento T Shirt Design Tool
  4. Canvas T-shirts Company
  5. T Shirt Design Tool Html5 Canvas Free
  6. Canvas T-shirts Brand

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.

No.1 Product Customization & Design Software for t shirts, shoes, phone cases, sign board, greeting cards etc. Available as Web to Print & Prestashop Module. Fabric.js is HTML5 Canvas on Steroids. Its the latest, coolest and most badass Javascript library for designing and customizing canvas elements.It’s responsive, fast and produces a. T-Shirt Design Tool Html5. 0 Comments Magento Online HTML5 T-Shirt Design Tool. Its built with HTML5 Canvas and Ajax. Not a Flash: Its fast, compatible with any device and easy to extend. Custom T-shirt design tool is one of the many web2print solutions that we have off the shelf for digital and offset printers.Others being brochures.

HTML:

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

T Shirt Design Tool Html5 Canvas Ideas

methuselahmethuselahT Shirt Design Tool Html5 Canvas
5,30834 gold badges109 silver badges206 bronze badges
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.

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.

trueCamelTypeHtml5trueCamelType
1,1373 gold badges24 silver badges49 bronze badges

1 Answer

Canvas shirts custom

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.

Free Online T Shirt Design Tool

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.

Magento T Shirt Design Tool

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.

Canvas T-shirts Company

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.

Nik KyriakidesNik Kyriakides
11.1k9 gold badges48 silver badges114 bronze badges

T Shirt Design Tool Html5 Canvas Free

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Canvas T-shirts Brand

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

Comments are closed.