From: Geo <gravypl...@gmail.com>
Date: Thu, 10 May 2012 08:21:26 -0700
Local: Thurs, May 10 2012 11:21 am
Subject: Re: Adding selected clones to a group
I try but I cant link directly tto the all.js file for inclusion into
jsfiddle. Can you give me the direct link to the file so i can add it as an external js file in jsfiddle please. I try https://github.com/kangax/fabric.js/blob/group_rewrite/dist/all.js but it dosent respond with js it responds with the git html page. On Thu 10 May 2012 12:40:00 AM PDT, Juriy Zaytsev wrote:
> Interesting. Can you make a simple jsfiddle test that shows this
> problem? Would be much easier to see what's going on. > --
> On Thu, May 10, 2012 at 8:39 AM, Geo <gravypl...@gmail.com
> I switched to it.
> callback(new fabric.Group(enlivenedObjects, object));
> all.js (line 10843)
> I hope we can get this working because its the most important part
> _geo
> On Tue 08 May 2012 11:18:14 AM PDT, Juriy Zaytsev wrote:
> There's a branch "group_rewrite" on github. Switch to it, then
> Sent from my iPhone
> On May 8, 2012, at 22:12, Geovanni <gravypl...@gmail.com
> I dont think so. how do I get that version?
> On Tue, May 8, 2012 at 11:09 AM, Juriy Zaytsev
> Are you using experimental group_rewrite branch?
> --
> On Thu, Apr 26, 2012 at 9:25 AM, Geo
> On my page I have a line of image objects on top
> var cp = fabric.util.object.clone(__activeObject);
> I can create an empty group
> var group = new fabric.Group([], { left:
> canvas.add(group);
> I would like to be able to drag-hold-select more
> canvas.observe('selection:__created',
> if (canvas.getActiveGroup()) {
> canvas.getActiveGroup().__forEachObject(function(a) {
> group.add(a);
> });
> }
> });
> The problem I am having is rendering this new group.
> If I have 4 items in a group how do I "lock" those
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||