Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Simon Hunt
2016-02-04 09:49:14 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37d6bd39dc1331d1c49369c5b699d2a8a343d706
37d6bd39
1 parent
e17d3284
Smiley Glyph
Change-Id: I6228b4862c8a12d6933b2ab4156ded9b13326aba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
web/gui/src/main/webapp/_sdh/big-icon.js
web/gui/src/main/webapp/_sdh/big-icon.js
View file @
37d6bd3
...
...
@@ -116,15 +116,31 @@
"q0-10.1,0-20.3a1.9,1.9,0,0,0-2.2-2.1,2.1,2.1,0,0,0-1.8,2.2"
+
"q0,6.1,0,12.2C63.7,51.2,63.7,54,63.7,56.9Z"
;
var
smiley
=
"M97,20.3A9.3,9.3,0,0,0,87.7,11H24.3A9.3,9.3,0,0,0,15,20.3"
+
"V64.7A9.3,9.3,0,0,0,24.3,74H87.7A9.3,9.3,0,0,0,97,64.7V20.3Z"
+
"M54.5,19.1A24.3,24.3,0,1,1,30.2,43.3,24.3,24.3,0,0,1,54.5,19.1Z"
+
"M104.7,94.9L97.6,82.8c-0.9-1.6-3.7-2.8-6.1-2.8H18.9"
+
"c-2.5,0-5.2,1.3-6.1,2.8L5.6,94.9C4.3,97.1,5.7,99,8.9,99h92.6"
+
"C104.6,99,106.1,97.1,104.7,94.9ZM54.5,56.5"
+
"c-7.3,0-17.2-8.6-13.3-7.4,13,3.9,13.7,3.9,26.5,0"
+
"C71.7,48,61.9,56.6,54.5,56.6Z"
+
"M38,33.9C38,32,40.2,31,42.1,31h7.3"
+
"a3.2,3.2,0,0,1,3.1,1.7,13.1,13.1,0,0,1,2.1-.3,12.9,12.9,0,0,1,2.1.4"
+
"A3.3,3.3,0,0,1,59.7,31H67c1.9,0,4,1,4,2.9v3.2A4.4,4.4,0,0,1,67,41"
+
"H59.7A4,4,0,0,1,56,37.1V33.9h0a4.4,4.4,0,0,0-1.6-.2l-1.5.2H53v3.2"
+
"A4,4,0,0,1,49.4,41H42.1A4.4,4.4,0,0,1,38,37.1V33.9Z"
;
var
glyphData
=
{
_viewbox
:
"0 0 110 110"
,
alarm
:
clock
,
alarms
:
clocks
alarms
:
clocks
,
smiley
:
smiley
};
var
gids
=
[
'alarm'
,
'alarms'
'alarms'
,
'smiley'
];
angular
.
module
(
'showGlyph'
,
[
'onosSvg'
])
...
...
@@ -137,6 +153,6 @@
gs
.
registerGlyphSet
(
glyphData
);
gs
.
loadDefs
(
defs
,
gids
);
createGlyph
(
gDiv
,
400
,
'
alarms
'
);
createGlyph
(
gDiv
,
400
,
'
smiley
'
);
}]);
}());
...
...
Please
register
or
login
to post a comment