India Languages, asked by tarunpp, 9 months ago

10 vilom shabd in sanskrit

Answers

Answered by Anonymous
1

Answer:

\documentclass[tikz]{standalone} \usetikzlibrary{decorations.pathmorphing,calc,shapes,shapes.geometric,patterns} \tikzset{ treetop/.style = {decoration={random steps, segment length=0.4mm}, decorate}, trunk/.style = {decoration={random steps, segment length=2mm, amplitude=0.2mm}, decorate}} \tikzset{ my tree/.pic={ \foreach \w/\f in {0.3/30,0.2/50,0.1/70} { \fill [brown!\f!black, trunk] (-\w/2,0) rectangle +(\w,3); } \foreach \n/\f in {1.4/40,1.2/50,1/60,0.8/70,0.6/80,0.4/90} { \fill [green!\f!black, treetop](0,3) ellipse (\n/1.5 and \n); } } } \begin{document} \begin{tikzpicture} \shade[bottom color=cyan!60!black, top color=blue!20!white] (0,0) rectangle (10,10); \pic at (2,2) {my tree}; \pic at (4,2.5) {my tree}; \pic at (6,1.75) {my tree}; \end{tikzpicture} \end{document}

Similar questions