Correct way of drawing empty, half-filled and fully filled circles?Problem filling intersection using TikZRotate a node but not its content: the case of the ellipse decorationDrawing a TikZ arc specifying the centerNumerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionGetting the proper shading within a circle - a bit of litographyLine up nested tikz enviroments or how to get rid of themFill a section between two circles with TikZDrawing C. elegans germline in TikzBleed pattern if more than the half is drawn
Explaining intravenous drug abuse to a small child
How do I minimise waste on a flight?
Is it safe to keep the GPU on 100% utilization for a very long time?
Why were the rules for Proliferate changed?
If quadruped mammals evolve to become bipedal will their breast or nipple change position?
Why doesn't a particle exert force on itself?
How to make a kid's bike easier to pedal
Crime rates in a post-scarcity economy
If an attacker targets a creature with the Sanctuary spell cast on them, but fails the Wisdom save, can they choose not to attack anyone else?
Why doesn't increasing the temperature of something like wood or paper set them on fire?
Did Ham the Chimp follow commands, or did he just randomly push levers?
What’s the interaction between darkvision and the Eagle Aspect of the beast, if you have Darkvision past 100 feet?
Gift for mentor after his thesis defense?
Where do 5 or more U.S. counties meet in a single point?
Does this website provide consistent translation into Wookiee?
Appropriate age to involve kids in life changing decisions
Test whether a string is in a list with variable
Picking a theme as a discovery writer
Can anyone identify this unknown 1988 PC card from The Palantir Corporation?
When does WordPress.org notify sites of new version?
HTML folder located within IOS Image file?
Can you just subtract the challenge rating of friendly NPCs?
Convert a huge txt-file into a dataset
How to increase row height of a table and vertically "align middle"?
Correct way of drawing empty, half-filled and fully filled circles?
Problem filling intersection using TikZRotate a node but not its content: the case of the ellipse decorationDrawing a TikZ arc specifying the centerNumerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionGetting the proper shading within a circle - a bit of litographyLine up nested tikz enviroments or how to get rid of themFill a section between two circles with TikZDrawing C. elegans germline in TikzBleed pattern if more than the half is drawn
I am trying to draw simple empty, half-filled and fully filled circles using tikz. Here is what my code:
documentclass[12pt]article
usepackagetikz
newcommand*emptycirctikzdraw (0,0) circle (1.0ex);
newcommand*halfcirctikzdraw[fill] (0,0)-- (90:1ex) arc (90:270:1ex) -- cycle ;
newcommand*fullcirctikzfill (0,0) circle (1.0ex);
begindocument
begintabular
hline
emptycirc\ hline
halfcirc \ hline
fullcirc \ hline
endtabular
enddocument
I want to achieve following two aspects in terms of half circle. I want
- the
halfcirc
to show rest of the circle - I want to control radius of the half-circle, similar to circle (1.0ex).
Many trials, nothing worked.
tikz-pgf
add a comment |
I am trying to draw simple empty, half-filled and fully filled circles using tikz. Here is what my code:
documentclass[12pt]article
usepackagetikz
newcommand*emptycirctikzdraw (0,0) circle (1.0ex);
newcommand*halfcirctikzdraw[fill] (0,0)-- (90:1ex) arc (90:270:1ex) -- cycle ;
newcommand*fullcirctikzfill (0,0) circle (1.0ex);
begindocument
begintabular
hline
emptycirc\ hline
halfcirc \ hline
fullcirc \ hline
endtabular
enddocument
I want to achieve following two aspects in terms of half circle. I want
- the
halfcirc
to show rest of the circle - I want to control radius of the half-circle, similar to circle (1.0ex).
Many trials, nothing worked.
tikz-pgf
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
1
you got my +1 :)
– Raaja
May 3 at 15:48
add a comment |
I am trying to draw simple empty, half-filled and fully filled circles using tikz. Here is what my code:
documentclass[12pt]article
usepackagetikz
newcommand*emptycirctikzdraw (0,0) circle (1.0ex);
newcommand*halfcirctikzdraw[fill] (0,0)-- (90:1ex) arc (90:270:1ex) -- cycle ;
newcommand*fullcirctikzfill (0,0) circle (1.0ex);
begindocument
begintabular
hline
emptycirc\ hline
halfcirc \ hline
fullcirc \ hline
endtabular
enddocument
I want to achieve following two aspects in terms of half circle. I want
- the
halfcirc
to show rest of the circle - I want to control radius of the half-circle, similar to circle (1.0ex).
Many trials, nothing worked.
tikz-pgf
I am trying to draw simple empty, half-filled and fully filled circles using tikz. Here is what my code:
documentclass[12pt]article
usepackagetikz
newcommand*emptycirctikzdraw (0,0) circle (1.0ex);
newcommand*halfcirctikzdraw[fill] (0,0)-- (90:1ex) arc (90:270:1ex) -- cycle ;
newcommand*fullcirctikzfill (0,0) circle (1.0ex);
begindocument
begintabular
hline
emptycirc\ hline
halfcirc \ hline
fullcirc \ hline
endtabular
enddocument
I want to achieve following two aspects in terms of half circle. I want
- the
halfcirc
to show rest of the circle - I want to control radius of the half-circle, similar to circle (1.0ex).
Many trials, nothing worked.
tikz-pgf
tikz-pgf
edited May 3 at 14:49
kingmakerking
asked May 3 at 14:18
kingmakerkingkingmakerking
1755
1755
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
1
you got my +1 :)
– Raaja
May 3 at 15:48
add a comment |
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
1
you got my +1 :)
– Raaja
May 3 at 15:48
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
1
1
you got my +1 :)
– Raaja
May 3 at 15:48
you got my +1 :)
– Raaja
May 3 at 15:48
add a comment |
3 Answers
3
active
oldest
votes
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
If a thicker border is desired,
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw[thick] (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw[thick] (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
add a comment |
Run with xelatex
or lualatex
documentclass[12pt]article
usepackagearray
usepackageunicode-math
setmathfontXITS Math
begindocument
begintabularhline
lgwhtcircle &lgwhtcircle\ hline
circlelefthalfblack &circlelefthalfblack\ hline
circlerighthalfblack &circlerighthalfblack\ hline
circlebottomhalfblack &circlebottomhalfblack\ hline
circletophalfblack &circletophalfblack\ hline
mdlgblkcircle &mdlgblkcircle\ hline
endtabular
enddocument
New contributor
add a comment |
if you want circular nodes
and not just circles, you could use following styles:
documentclass[tikz, border=2mm]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
fullcircle/.style=circle, draw=#1, fill=#1,
fullcircle/.default=black,
halfcircle/.style=circle, draw=#1,
path picture=fill[#1] (path picture bounding box.north west) rectangle (path picture bounding box.south);,
halfcircle/.default=black,
emptycircle/.style=circle, draw=#1, fill=none,
emptycircle/.default=black,
node distance=5mm
]
node[fullcircle] (a) ; node[fullcircle=red, minimum size=5ex, right=of a] (b) ;
node[halfcircle, below=of a] (a) ; node[halfcircle=red, minimum size=5ex, right=of a] (b) ;
node[emptycircle, below=of a] (a) ; node[emptycircle=red, minimum size=5ex, right=of a] (b) ;
endtikzpicture
enddocument
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488961%2fcorrect-way-of-drawing-empty-half-filled-and-fully-filled-circles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
If a thicker border is desired,
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw[thick] (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw[thick] (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
add a comment |
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
If a thicker border is desired,
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw[thick] (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw[thick] (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
add a comment |
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
If a thicker border is desired,
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw[thick] (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw[thick] (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
If a thicker border is desired,
documentclass[12pt]article
usepackagetikz
newcommand*emptycirc[1][1ex]tikzdraw[thick] (0,0) circle (#1);
newcommand*halfcirc[1][1ex]%
begintikzpicture
draw[fill] (0,0)-- (90:#1) arc (90:270:#1) -- cycle ;
draw[thick] (0,0) circle (#1);
endtikzpicture
newcommand*fullcirc[1][1ex]tikzfill (0,0) circle (#1);
begindocument
begintabular
hline
emptycirc emptycirc[2ex]\ hline
halfcirc halfcirc[2ex]\ hline
fullcirc fullcirc[2ex]\ hline
endtabular
enddocument
edited May 3 at 17:26
answered May 3 at 14:40
Steven B. SegletesSteven B. Segletes
164k9209424
164k9209424
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
add a comment |
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
You made it look classy! Thanks Steven
– kingmakerking
May 3 at 14:48
add a comment |
Run with xelatex
or lualatex
documentclass[12pt]article
usepackagearray
usepackageunicode-math
setmathfontXITS Math
begindocument
begintabularhline
lgwhtcircle &lgwhtcircle\ hline
circlelefthalfblack &circlelefthalfblack\ hline
circlerighthalfblack &circlerighthalfblack\ hline
circlebottomhalfblack &circlebottomhalfblack\ hline
circletophalfblack &circletophalfblack\ hline
mdlgblkcircle &mdlgblkcircle\ hline
endtabular
enddocument
New contributor
add a comment |
Run with xelatex
or lualatex
documentclass[12pt]article
usepackagearray
usepackageunicode-math
setmathfontXITS Math
begindocument
begintabularhline
lgwhtcircle &lgwhtcircle\ hline
circlelefthalfblack &circlelefthalfblack\ hline
circlerighthalfblack &circlerighthalfblack\ hline
circlebottomhalfblack &circlebottomhalfblack\ hline
circletophalfblack &circletophalfblack\ hline
mdlgblkcircle &mdlgblkcircle\ hline
endtabular
enddocument
New contributor
add a comment |
Run with xelatex
or lualatex
documentclass[12pt]article
usepackagearray
usepackageunicode-math
setmathfontXITS Math
begindocument
begintabularhline
lgwhtcircle &lgwhtcircle\ hline
circlelefthalfblack &circlelefthalfblack\ hline
circlerighthalfblack &circlerighthalfblack\ hline
circlebottomhalfblack &circlebottomhalfblack\ hline
circletophalfblack &circletophalfblack\ hline
mdlgblkcircle &mdlgblkcircle\ hline
endtabular
enddocument
New contributor
Run with xelatex
or lualatex
documentclass[12pt]article
usepackagearray
usepackageunicode-math
setmathfontXITS Math
begindocument
begintabularhline
lgwhtcircle &lgwhtcircle\ hline
circlelefthalfblack &circlelefthalfblack\ hline
circlerighthalfblack &circlerighthalfblack\ hline
circlebottomhalfblack &circlebottomhalfblack\ hline
circletophalfblack &circletophalfblack\ hline
mdlgblkcircle &mdlgblkcircle\ hline
endtabular
enddocument
New contributor
New contributor
answered May 3 at 14:56
Red-CloudRed-Cloud
6797
6797
New contributor
New contributor
add a comment |
add a comment |
if you want circular nodes
and not just circles, you could use following styles:
documentclass[tikz, border=2mm]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
fullcircle/.style=circle, draw=#1, fill=#1,
fullcircle/.default=black,
halfcircle/.style=circle, draw=#1,
path picture=fill[#1] (path picture bounding box.north west) rectangle (path picture bounding box.south);,
halfcircle/.default=black,
emptycircle/.style=circle, draw=#1, fill=none,
emptycircle/.default=black,
node distance=5mm
]
node[fullcircle] (a) ; node[fullcircle=red, minimum size=5ex, right=of a] (b) ;
node[halfcircle, below=of a] (a) ; node[halfcircle=red, minimum size=5ex, right=of a] (b) ;
node[emptycircle, below=of a] (a) ; node[emptycircle=red, minimum size=5ex, right=of a] (b) ;
endtikzpicture
enddocument
add a comment |
if you want circular nodes
and not just circles, you could use following styles:
documentclass[tikz, border=2mm]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
fullcircle/.style=circle, draw=#1, fill=#1,
fullcircle/.default=black,
halfcircle/.style=circle, draw=#1,
path picture=fill[#1] (path picture bounding box.north west) rectangle (path picture bounding box.south);,
halfcircle/.default=black,
emptycircle/.style=circle, draw=#1, fill=none,
emptycircle/.default=black,
node distance=5mm
]
node[fullcircle] (a) ; node[fullcircle=red, minimum size=5ex, right=of a] (b) ;
node[halfcircle, below=of a] (a) ; node[halfcircle=red, minimum size=5ex, right=of a] (b) ;
node[emptycircle, below=of a] (a) ; node[emptycircle=red, minimum size=5ex, right=of a] (b) ;
endtikzpicture
enddocument
add a comment |
if you want circular nodes
and not just circles, you could use following styles:
documentclass[tikz, border=2mm]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
fullcircle/.style=circle, draw=#1, fill=#1,
fullcircle/.default=black,
halfcircle/.style=circle, draw=#1,
path picture=fill[#1] (path picture bounding box.north west) rectangle (path picture bounding box.south);,
halfcircle/.default=black,
emptycircle/.style=circle, draw=#1, fill=none,
emptycircle/.default=black,
node distance=5mm
]
node[fullcircle] (a) ; node[fullcircle=red, minimum size=5ex, right=of a] (b) ;
node[halfcircle, below=of a] (a) ; node[halfcircle=red, minimum size=5ex, right=of a] (b) ;
node[emptycircle, below=of a] (a) ; node[emptycircle=red, minimum size=5ex, right=of a] (b) ;
endtikzpicture
enddocument
if you want circular nodes
and not just circles, you could use following styles:
documentclass[tikz, border=2mm]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
fullcircle/.style=circle, draw=#1, fill=#1,
fullcircle/.default=black,
halfcircle/.style=circle, draw=#1,
path picture=fill[#1] (path picture bounding box.north west) rectangle (path picture bounding box.south);,
halfcircle/.default=black,
emptycircle/.style=circle, draw=#1, fill=none,
emptycircle/.default=black,
node distance=5mm
]
node[fullcircle] (a) ; node[fullcircle=red, minimum size=5ex, right=of a] (b) ;
node[halfcircle, below=of a] (a) ; node[halfcircle=red, minimum size=5ex, right=of a] (b) ;
node[emptycircle, below=of a] (a) ; node[emptycircle=red, minimum size=5ex, right=of a] (b) ;
endtikzpicture
enddocument
answered May 3 at 15:19
IgnasiIgnasi
96.6k6177325
96.6k6177325
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488961%2fcorrect-way-of-drawing-empty-half-filled-and-fully-filled-circles%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I have the MVE now. I had already provided what I have tried. Hope it helps.
– kingmakerking
May 3 at 14:33
1
you got my +1 :)
– Raaja
May 3 at 15:48