Monthly Archives: May 2017

Where Do Patterns Go? Part 2: Patterns for Your Webpage

Patterns add flavor to your webpage, making it unique and unforgettable. As a pattern designer, you will probably want to make your patterns yourself, and all the Artlandia tools, SymmetryWorks, SymmetryShop, and SymmetryMill, will let you do that. But if you are in hurry, there’s a wealth of patterns on Pattern Central that you can deploy right away, either as is or tweaked to suit your needs.

To that end, for every shared pattern set, Pattern Central gives you a direct link to a pattern tile. The tile is exactly what you need for your page CSS (or the HTML style attribute).

For instance, to re-create the first pattern from a shared set, like “SymmetryMill Blending Modes,” get its tile image and upload it to your website or link directly to the tile. For a pattern to run through the body of a page, you can add this class to the body tag (the background-size property is optional and needed only if you want to scale the pattern):

.pattern {
background-image: url("http://artlandia.com/share/tile/17b819be244e76a");
background-repeat: repeat;
background-size: 30%;
}

Continue reading Where Do Patterns Go? Part 2: Patterns for Your Webpage

Last updated: September 3, 2017

September 3, 2017

Pattern Tiles: New on Pattern Central

Artlandia’s Pattern Central just made it easier to use shared patterns in your projects. You could always load a shared pattern set in SymmetryMill and export a pattern tile for the pattern that you like. Now you may be able to skip a couple of steps, because the first tile in each shared set is available directly from Pattern Central. The tile image will seamlessly repeat if stacked both vertically and horizontally in many applications.

A direct link to the tile image on a pattern homepage.

Continue reading Pattern Tiles: New on Pattern Central

May 15, 2017

Get the Repeat Right: New Repeat Size display in SymmetryMill 2

You often want to make the repeat size of your patterns exactly to spec, which is now easy, thanks to SymmetryMill 2 displaying the repeat size when you edit the control path. You can also turn on the repeat size display by simply hovering your mouse over the control path. In either case, the repeat size shows up in the top section of the Source Image window.

Repeat size display
Hover the mouse over the control path to see the exact repeat size of your pattern.

Continue reading Get the Repeat Right: New Repeat Size display in SymmetryMill 2

Last updated: June 7, 2017

June 7, 2017