Skip to content
#

sprites

Here are 318 public repositories matching this topic...

MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

aseprite
ikonate
danielkov
danielkov commented May 14, 2019

Hello!

First of all great icon set. So great, that I decided to fork and create an easy to use solution for people using React.

I will try to keep it up to date with master on this repository. I gave you full credit for the icons in my README. Would you like to add my project to yours, so that people can see?

It is on NPM at react-ikonate

Pixelorama
Erevoid
Erevoid commented Jan 15, 2020

A neat idea would be to make a "special" kind of guide that acts like a symmetry guide. Whatever you draw relatively to the guide, not the center of the canvas as it already is with the brush options will be mirrored. Being able to move the symmetry guide around enables you to make mirrored pixels anywhere you want them. You could choose an already placed guide to act as a symmetry guide. Only

MwumLi
MwumLi commented Oct 3, 2016

I use code to express my mean:

// aa.css
.a {
  background: url(./img/sprites/default/table/edit-icon.png)
}

// bb.css
.b {
  background: url(./img/sprites/default/table/offline-icon.png)
}
// main.js
require('aa.css');
require('bb.css'))

when I use webpack, generated a sprite : sprite.table.png, but only offline-icon was bundle into sprite.table.png, the

sprites-as-a-service
ljvmiranda921
ljvmiranda921 commented Apr 18, 2020

We can improve the generated colors we some bit of Hue shifting. I'm not sure how I can implement this in matplotlib's colormap. Ideally, we shouldn't be choosing three random colors. Instead, we just generate a base color, then shift the hues 2-3 times. (One from the left and the other on the right).

This is definitely a nice-to-have, and I might do this in the future, not in POC

Improve this page

Add a description, image, and links to the sprites topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sprites topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.