mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
replace references to github.com/juliandescottes for github.com/piskelapp
This commit is contained in:
parent
a69554f6c9
commit
3535dfb25e
@ -6,11 +6,11 @@
|
|||||||
"contributors": [
|
"contributors": [
|
||||||
"Vincent Renaudin"
|
"Vincent Renaudin"
|
||||||
],
|
],
|
||||||
"homepage": "http://github.com/juliandescottes/piskel",
|
"homepage": "http://github.com/piskelapp/piskel",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/juliandescottes/piskel.git"
|
"url": "http://github.com/piskelapp/piskel.git"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dest/prod",
|
"dest/prod",
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
var json = {
|
var json = {
|
||||||
'frames': frames,
|
'frames': frames,
|
||||||
'meta': {
|
'meta': {
|
||||||
'app': 'https://github.com/juliandescottes/piskel/',
|
'app': 'https://github.com/piskelapp/piskel/',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'image': name + '.png',
|
'image': name + '.png',
|
||||||
'format': 'RGBA8888',
|
'format': 'RGBA8888',
|
||||||
|
@ -258,7 +258,7 @@
|
|||||||
var isZoomedOut = translateX > 0 || translateY > 0;
|
var isZoomedOut = translateX > 0 || translateY > 0;
|
||||||
// Draw the background / zoomed-out color only if needed. Otherwise the clearRect
|
// Draw the background / zoomed-out color only if needed. Otherwise the clearRect
|
||||||
// happening after that will clear "out of bounds" and seems to be doing nothing
|
// happening after that will clear "out of bounds" and seems to be doing nothing
|
||||||
// on some chromebooks (cf https://github.com/juliandescottes/piskel/issues/651)
|
// on some chromebooks (cf https://github.com/piskelapp/piskel/issues/651)
|
||||||
if (isZoomedOut) {
|
if (isZoomedOut) {
|
||||||
// Draw background
|
// Draw background
|
||||||
displayContext.fillStyle = Constants.ZOOMED_OUT_BACKGROUND_COLOR;
|
displayContext.fillStyle = Constants.ZOOMED_OUT_BACKGROUND_COLOR;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<p>We strive to improve Piskel, its performance and stability, but this is a personal project with limited time and resources.
|
<p>We strive to improve Piskel, its performance and stability, but this is a personal project with limited time and resources.
|
||||||
We prefer to warn you early rather than having you lose your work.</p>
|
We prefer to warn you early rather than having you lose your work.</p>
|
||||||
<p>Feedback welcome at <a href="https://github.com/juliandescottes/piskel" target="_blank">https://github.com/juliandescottes/piskel</a></p>
|
<p>Feedback welcome at <a href="https://github.com/piskelapp/piskel" target="_blank">https://github.com/piskelapp/piskel</a></p>
|
||||||
<p>
|
<p>
|
||||||
<div class="warning-icon icon-common-warning-red"> </div>
|
<div class="warning-icon icon-common-warning-red"> </div>
|
||||||
<div class="warning-icon-info">This icon will remain on the bottom-right of the application until the performance issue is fixed. You can click on it at anytime to display this information again.</div>
|
<div class="warning-icon-info">This icon will remain on the bottom-right of the application until the performance issue is fixed. You can click on it at anytime to display this information again.</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user