Skip to content

Instantly share code, notes, and snippets.

View fernandobrito's full-sized avatar

Fernando Brito fernandobrito

View GitHub Profile
# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
#deb http://archive.ubuntu.com/ubuntu lucid main restricted
#deb-src http://archive.ubuntu.com/ubuntu lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
#deb http://archive.ubuntu.com/ubuntu lucid-updates main restricted
<?xml version="1.0" encoding="ISO-8859-1"?>
<ncl id="chat_tela" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region id="rgVideo1" width="100%" height="100%" right="0%" bottom="0%" zIndex="1"/>
<region id="rgVideo2" width="200" height="200" right="0%" top="0%" zIndex="2"/>
<region id="rgVideo3" width="200" height="200" left="0%" bottom="0%" zIndex="3"/>
</regionBase>
<descriptorBase>
<?xml version="1.0" encoding="ISO-8859-1"?>
<ncl id="nclLua" xmlns="http://www.ncl.org.br/NCL3.0/EDTVProfile">
<head>
<regionBase>
<region width="90%" height="90%" left="5%" top="5%" id="rgLua1"/>
</regionBase>
<descriptorBase>
--------------- teste_cor.lua ---------------
canvas:attrColor('white')
canvas:drawRect("fill", 0, 0, canvas:attrSize())
teste = canvas:new(canvas:attrSize())
teste:attrColor('red')
teste:drawRect("fill", 60, 60, 50, 50)
canvas:compose(0, 0, teste)