HackerTrans
TopNewTrendsCommentsPastAskShowJobs

javifu

no profile record

comments

javifu
·vor 3 Jahren·discuss
You are completely right and I highly recommend to watch "The Putin interviews" by Oliver Stone to those who disagree. America is trying to drive Europe and Russia away, just to defend a collapsing empire. The sabotage of the Nord Stream 2 gas pipeline ($10B) began long before it was blown up and the Ukraine war has deep roots and consequences to Europe. The EU is just one of the Sauron's rings of power, it's not Europa.
javifu
·vor 3 Jahren·discuss
A bolder reinterpretation of your "Y" adding rotational symmetry.

  <svg viewBox="0 0 64 64">
   <path d="m1 1v62h62v-62z" fill="#f60" stroke="#fff" stroke-width="1"/>
   <path id="|" d="m32 28v28" stroke="#fff" stroke-width="8"/>
   <use transform="rotate(120 32 28)" xlink:href="#|"/>
   <use transform="rotate(240 32 28)" xlink:href="#|"/>
  </svg>
javifu
·vor 3 Jahren·discuss
It assumes a white canvas, otherwise a background must be added at line 2

  <path fill="white" d="M-32-32 h64 v64 h-64 z"/>
Spaces can be deleted of course.
javifu
·vor 3 Jahren·discuss
This one is based on yours, which is quite elegant, and the total payload is only 115B:

  <svg viewBox="-32-32 64 64">
   <path fill="#f60" d="m-31-31H31V31H-31z M0-5l-8-12h-7L-3 1v16h6V1l12-18H8z"/>
  </svg>