Skip to content

Instantly share code, notes, and snippets.

@hushin
Created December 10, 2013 12:17
Show Gist options
  • Save hushin/7889737 to your computer and use it in GitHub Desktop.
Save hushin/7889737 to your computer and use it in GitHub Desktop.
//
// draw_stroke.jsfl
//
// http://flatv.fdempa.com/
// Copyright (c) 2013 FLATV / @hush_in / flatv@fdempa.com
// Licensed under the MIT License
var dom = fl.getDocumentDOM();
dom.selection;
var stroke = dom.getCustomStroke("toolbar");
dom.setStroke(stroke.color || "#000000",
stroke.thickness || 1,
stroke.style || "solid");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment