Jump to content

The Ctrl+V thread!


Felsmak

Recommended Posts

So, what was the last thing you copied? Paste it here and find out!

Also, feel free to include some kind of explanation for it while you're at it. :)

Thérèse Raquin. (From a school assignment. No way I'll type those accent signs more than once!)

Edited by Felsmak
Link to comment
Share on other sites

1024x768x8

DirectDrawCreate:0

SetCooperativeLevel:0

SetDisplayMode:0

CreateSurface:0

lpDDSPrimary->Lock:0

Lock result:0

ptr:173674496 pitch=1024 ly=768

lpDDSPrimary->Lock:0

Lock result:0

ptr:173674496 pitch=1024 ly=768

RGB640: SetCooperativeLevel:0

RGB800: SetDisplayMode:0

RGB800: CreateSurface:0

lpDDSPrimary->Lock:0

Lock result:0

ptr:173674496 pitch=3328 ly=600

SetCooperativeLevel:0

SetDisplayMode:0

CreateSurface:0

lpDDSPrimary->Lock:0

Lock result:0

ptr:158470144 pitch=1024 ly=768

SetCooperativeLevel:0

SetDisplayMode:0

CreateSurface:0

lpDDSPrimary->Lock:0

Lock result:0

ptr:158470144 pitch=1024 ly=768

SetCooperativeLevel:0

SetDisplayMode:0

CreateSurface:0

lpDDSPrimary->Lock:0

Lock result:0

ptr:158470144 pitch=1024 ly=768

I can't remember where this is from.

Link to comment
Share on other sites

var canvas = new fabric.Canvas('canvas');

canvas.setHeight(600);

canvas.setWidth(600);

canvas.add(new fabric.Rect({ top: 100, left: 100, width:100,

height: 200, fill: 'red' }));

rect.set('selectable', false);

I was messing with my code

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...